A keyframe. 更多...
import 语句: | import QtQuick.Timeline 1.0 |
继承: | QtObject |
The value of a keyframe on a timeline.
An easing curve can be attached to the keyframe.
easing : var |
The easing curve attached to the keyframe.
frame : double |
The position of the keyframe on the timeline.
value : var |
The value of the keyframe.
easingCurveChanged () |
This signal is emitted when the easing curve attached to the keyframe changes.
注意:
相应处理程序是
onEasingCurveChanged
.