KeyframeGroup QML Type
一个关键帧组。更多
Import Statement: | import QtQuick.Timeline 1.0 |
Inherits: |
属性
- keyframeSource : url
- keyframes : list
- property : string
- target : var
详细说明
关键帧组包含项目特定属性的所有关键帧,并且始终属于时间线。
属性文档
keyframeSource : url |
包含二进制关键帧数据的文件的 URL。
注意: KeyframeGroup ,要么设置此属性,要么包含关键帧子元素。同时使用这两种属性会导致未定义的行为。
keyframes : list |
属于关键帧组的关键帧列表。
property : string |
关键帧组的目标属性。
target : var |
关键帧组的目标项目。
© 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.