Keyframe QML Type

A keyframe. 更多...

导入语句: import QtQuick.Timeline 1.0

特性

信号

详细描述

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 .