
We bake cookies in your browser for a better experience. Using this site means that you consent.Read More
ThePauseAnimation element provides a pause for an animation.More...
| Since: | Qt 4.7 |
| Inherits: |
When used in aSequentialAnimation,PauseAnimation is a step when nothing happens, for a specified duration.
A 500ms animation sequence, with a 100ms pause between two animations:
SequentialAnimation { NumberAnimation {... duration:200 } PauseAnimation { duration:100 } NumberAnimation {... duration:200 }}See alsoQML Animation and Transitions and Animation basics example.
© 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.