QML Animation and Transition Elements

AnchorAnimation

Element animates changes in anchor values

Animation

Element is the base of all QML animations

Behavior

Element allows you to specify a default animation for a property change

ColorAnimation

Element animates changes in color values

NumberAnimation

Element animates changes in qreal-type values

ParallelAnimation

Element allows animations to be run in parallel

ParentAnimation

Element animates changes in parent values

PauseAnimation

Element provides a pause for an animation

PropertyAction

Element allows immediate property changes during animation

PropertyAnimation

Element animates changes in property values

RotationAnimation

Element animates changes in rotation values

ScriptAction

Element allows scripts to be run during an animation

SequentialAnimation

Element allows animations to be run sequentially

SmoothedAnimation

Element allows a property to smoothly track a value

SpringAnimation

Element allows a property to track a value in a spring-like motion

Transition

Element defines animated transitions that occur on state changes

Vector3dAnimation

Element animates changes in QVector3d values

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.