
We bake cookies in your browser for a better experience. Using this site means that you consent.Read More
TheVector3dAnimation element animates changes in QVector3d values.More...
| Since: | Qt 4.7 |
| Inherits: |
Vector3dAnimation is a specializedPropertyAnimation that defines an animation to be applied when a Vector3d value changes.
Like any other animation element, aVector3dAnimation can be applied in a number of ways, including transitions, behaviors and property value sources. TheQML Animation and Transitions documentation shows a variety of methods for creating animations.
See alsoQML Animation and Transitions and Animation basics example.
This property holds the starting value for the animation.
If theVector3dAnimation is defined within aTransition orBehavior, this value defaults to the value defined in the starting state of theTransition, or the current value of the property at the moment theBehavior is triggered.
See alsoQML Animation and Transitions.
This property holds the end value for the animation.
If theVector3dAnimation is defined within aTransition orBehavior, this value defaults to the value defined in the end state of theTransition, or the value of the property change that triggered theBehavior.
See alsoQML Animation and Transitions.
© 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 theGNU 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.