PauseAnimation QML Type
애니메이션을 일시 중지합니다. 더 보기...
Import Statement: | import QtQuick |
Inherits: |
속성
- duration : int
상세 설명
SequentialAnimation 에서 사용되는 경우 PauseAnimation은 지정된 기간 동안 아무 일도 일어나지 않는 단계입니다.
500ms 애니메이션 시퀀스이며 두 애니메이션 사이에 100ms의 일시 정지가 있습니다:
SequentialAnimation { NumberAnimation { ... duration: 200 } PauseAnimation { duration: 100 } NumberAnimation { ... duration: 200 } }
Qt Quick 및 Qt Quick 예제 - 애니메이션에서애니메이션 및 전환을참조하세요 .
속성 문서
duration : int |
이 속성은 일시 정지 기간을 밀리초 단위로 보유합니다.
기본값은 250입니다.
© 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.