Movatterモバイル変換


[0]ホーム

URL:


We bake cookies in your browser for a better experience. Using this site means that you consent.Read More

Menu

Qt Documentation

  • Qt 4.8
  • PauseAnimation QML Element

PauseAnimation QML Element

ThePauseAnimation element provides a pause for an animation.More...

Since: Qt 4.7
Inherits:

Animation

Properties

Detailed Description

When used in aSequentialAnimation,PauseAnimation is a step when nothing happens, for a specified duration.

A 500ms animation sequence, with a 100ms pause between two animations:

SequentialAnimation {    NumberAnimation {... duration:200 }    PauseAnimation { duration:100 }    NumberAnimation {... duration:200 }}

See alsoQML Animation and Transitions and Animation basics example.

Property Documentation

duration :int

This property holds the duration of the pause in milliseconds

The default value is 250.


© 2016 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 theGNU 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.


[8]ページ先頭

©2009-2025 Movatter.jp