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.