Qt 4.8
Animation Class Reference

The Animation element is the base of all QML animations. More...

Inheritance diagram for Animation:
AnchorAnimation ParallelAnimation ParentAnimation PauseAnimation PropertyAction PropertyAnimation ScriptAction SequentialAnimation

Detailed Description

The Animation element is the base of all QML animations.

Since
4.7

The Animation element cannot be used directly in a QML file. It exists to provide a set of common properties and methods, available across all the other animation types that inherit from it. Attempting to use the Animation element directly will result in an error.


The documentation for this class was generated from the following file: