Home · All Classes · All Functions · Overviews

QML PauseAnimation Element Reference

[Inherits Animation]

The PauseAnimation element provides a pause for an animation. More...

Properties

Detailed Description

When used in a SequentialAnimation, PauseAnimation is a step when nothing happens, for a specified duration.

A 500ms animation sequence, with a 100ms pause between two animations:

 SequentialAnimation {
     NumberAnimation { ... duration: 200 }
     PauseAnimation { duration: 100 }
     NumberAnimation { ... duration: 200 }
 }

Property Documentation

duration : int

This property holds the duration of the pause in milliseconds

The default value is 250.



Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt 4.7.0