A number animation attached to a timeline. 更多...
import 语句: | import QtQuick.Timeline 1.0 |
继承: |
Specifies how the current frame property of a timeline is animated. This animates the properties of the objects targeted by the timeline.
pingPong : bool |
Whether the animation is played backwards after it finishes. This is an easy way to create circular animations.
This signal is emitted when the timeline animation finishes.
注意:
相应处理程序是
onFinished
.