| 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 |