IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

PauseAnimation QML Type

Provides a pause for an animation.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

PauseAnimation QML Type

  • Import Statement: import QtQuick

  • Inherits:: Animation

  • Group: PauseAnimation is part of qtquick-transitions-animations

Detailed Description

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

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

 
Sélectionnez
SequentialAnimation {
    NumberAnimation { ... duration: 200 }
    PauseAnimation { duration: 100 }
    NumberAnimation { ... duration: 200 }
}

See Also

Property Documentation

 

duration : int

This property holds the duration of the pause in milliseconds

The default value is 250.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+