The Vector3dAnimation element animates changes in QVector3d values. More...
Inherits PropertyAnimation
Vector3dAnimation is a specialized PropertyAnimation that defines an animation to be applied when a Vector3d value changes.
Like any other animation element, a Vector3dAnimation can be applied in a number of ways, including transitions, behaviors and property value sources. The QML Animation documentation shows a variety of methods for creating animations.
See also QML Animation and Animation basics example.
from : real |
This property holds the starting value.
If this value is not set, it defaults to the value defined in the start state of the Transition.
to : real |
This property holds the ending value.
If this value is not set, it defaults to the value defined in the end state of the Transition or Behavior.