Timeline QML Type
타임라인. 더 보기...
Import Statement: | import QtQuick.Timeline 1.0 |
Inherits: |
속성
- animations : list
- currentFrame : double
- enabled : bool
- endFrame : double
- keyframes : list
- startFrame : double
상세 설명
개체의 속성 값이 포함된 키프레임 범위로 타임라인을 지정합니다. 타임라인을 사용하면 키프레임과 완화 곡선에 따라 항목의 값을 지정할 수 있습니다.
타임라인은 애니메이션에 사용하거나 항목의 동작을 제어하는 데 사용할 수 있습니다.
예를 들어 현재 프레임에 진행률을 반영하는 진행률 표시줄을 만들 수 있습니다.
속성 문서
animations : list |
타임라인에 첨부된 애니메이션 목록입니다.
currentFrame : double |
타임라인의 현재 키프레임입니다. 현재 키프레임에 애니메이션을 적용하거나 바인딩을 첨부할 수 있습니다. 바인딩을 사용하면 컴포넌트의 동작을 제어할 수 있습니다.
enabled : bool |
타임라인 활성화 여부.
타임라인이 비활성화되면 모든 항목이 일반 값을 갖습니다. 타임라인이 활성화되면 항목의 값은 현재 프레임과 키프레임에 따라 결정됩니다.
특정 시간에는 하나의 타임라인만 활성화해야 합니다.
endFrame : double |
타임라인의 끝입니다.
keyframes : list |
이 속성에는 타임라인에 연결된 키프레임 그룹이 포함됩니다. 각 키프레임 그룹에는 특정 항목 및 속성에 대한 키프레임 목록이 포함되어 있습니다.
startFrame : double |
타임라인의 시작입니다.
© 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.