KeyframeGroup QML Type
Eine Keyframe-Gruppe. Mehr...
Import Statement: | import QtQuick.Timeline 1.0 |
Inherits: |
Eigenschaften
- keyframeSource : url
- keyframes : list
- property : string
- target : var
Detaillierte Beschreibung
Eine Keyframe-Gruppe enthält alle Keyframes für eine bestimmte Eigenschaft eines Objekts und gehört immer zu einer Zeitleiste.
Eigenschaft Dokumentation
keyframeSource : url |
Die URL zu einer Datei mit binären Keyframe-Daten.
Hinweis: KeyframeGroup sollte entweder diese Eigenschaft festlegen oder Keyframe-Unterelemente enthalten. Die Verwendung von beidem kann zu einem undefinierten Verhalten führen.
keyframes : list |
Eine Liste von Keyframes, die zu der Keyframe-Gruppe gehören.
property : string |
Die Eigenschaft, auf die die Keyframe-Gruppe ausgerichtet ist.
target : var |
Das Element, auf das die Keyframe-Gruppe abzielt.
© 2025 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.