TimelineAnimation QML Type
타임라인에 첨부된 숫자 애니메이션입니다. 더 보기...
Import Statement: | import QtQuick.Timeline 1.0 |
Inherits: |
속성
- pingPong : bool
신호
- finished()
상세 설명
타임라인의 현재 프레임 속성에 애니메이션을 적용하는 방법을 지정합니다. 타임라인이 대상으로 하는 객체의 프로퍼티에 애니메이션을 적용합니다.
속성 문서
pingPong : bool |
애니메이션이 완료된 후 역방향으로 재생할지 여부입니다. 순환 애니메이션을 쉽게 만들 수 있는 방법입니다.
신호 문서
finished() |
타임라인 애니메이션이 완료될 때 발생하는 신호입니다.
참고: 해당 핸들러는 onFinished
입니다.
© 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.