KeyframeGroup QML Type

A keyframe group. More...

Import Statement: import QtQuick.Timeline 1.0
Inherits:

QtObject

Properties

Detailed Description

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

Property Documentation

keyframeSource : url

The URL to a file containing binary keyframe data.

Note: KeyframeGroup should either set this property or contain Keyframe child elements. Using both can lead to an undefined behavior.


keyframes : list [read-only]

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.


© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.