KeyframeGroup QML Type

A keyframe group. 更多...

导入语句: import QtQuick.Timeline 1.0

特性

详细描述

A keyframe group contains all keyframes for a specific property of an item and always belongs to a timeline.

特性文档编制

[read-only] keyframes : list

A list of keyframes that belong to the keyframe group.


property : string

The property that is targeted by the keyframe group.


target : var

The item that is targeted by the keyframe group.