Keyframe QML Type
A keyframe. More...
Properties
Signals
Detailed Description
\inherits
QtObject \inqmlmodule
QtQuick.Timeline \ingroup
qtqmltypes
The value of a keyframe on a timeline.
An easing curve can be attached to the keyframe.
Property Documentation
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.
Signal Documentation
easingCurveChanged() |
This signal is emitted when the easing curve attached to the keyframe changes.
Note: The corresponding handler is onEasingCurveChanged
.