MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML Animation and Transition Elements

QML AnchorAnimation Element

The AnchorAnimation element animates changes in anchor values.

QML Animation Element

The Animation element is the base of all QML animations.

QML Behavior Element

The Behavior element allows you to specify a default animation for a property change.

QML ColorAnimation Element

The ColorAnimation element animates changes in color values.

QML NumberAnimation Element

The NumberAnimation element animates changes in qreal-type values.

QML ParallelAnimation Element

The ParallelAnimation element allows animations to be run in parallel.

QML ParentAnimation Element

The ParentAnimation element animates changes in parent values.

QML PauseAnimation Element

The PauseAnimation element provides a pause for an animation.

QML PropertyAction Element

The PropertyAction element allows immediate property changes during animation.

QML PropertyAnimation Element

The PropertyAnimation element animates changes in property values.

QML RotationAnimation Element

The RotationAnimation element animates changes in rotation values.

QML ScriptAction Element

The ScriptAction element allows scripts to be run during an animation.

QML SequentialAnimation Element

The SequentialAnimation element allows animations to be run sequentially.

QML SmoothedAnimation Element

The SmoothedAnimation element allows a property to smoothly track a value.

QML SpringAnimation Element

The SpringAnimation element allows a property to track a value in a spring-like motion.

QML Transition Element

The Transition element defines animated transitions that occur on state changes.

QML Vector3dAnimation Element

The Vector3dAnimation element animates changes in QVector3d values.