Qt 4.8
PropertyAnimation Class Reference

The PropertyAnimation element animates changes in property values. More...

Inheritance diagram for PropertyAnimation:
Animation ColorAnimation NumberAnimation RotationAnimation Vector3dAnimation SmoothedAnimation SpringAnimation

Detailed Description

The PropertyAnimation element animates changes in property values.

Since
4.7

PropertyAnimation provides a way to animate changes to a property's value.

It can be used to define animations in a number of ways:

Depending on how the animation is used, the set of properties normally used will be different. For more information see the individual property documentation, as well as the QML Animation and Transitions introduction.

Note that PropertyAnimation inherits the abstract Animation element. This includes additional properties and methods for controlling the animation.

See also
{QML Animation and Transitions}, {declarative/animation/basics}{Animation basics example}

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