[Qt-qml] Starting Sequential Animations

Jason H scorp1us at yahoo.com
Wed Jul 14 06:17:34 CEST 2010


Previously, my items self-animated a single animation.

Text { ... NumberAnimation on x { } }

Now I wish to do:

Text { 
    ... 
    SequentialAnimation { 
        PauseAnimation {duration: 300 }  
        NumberAnimation  { target: ...; property: ..; ...}  
    } 
}

However I can't seem to "kick" the animation off. Before the NumberAnimation 
started immediately. How can I get the sequential Animation to start?

Thanks!


      




More information about the Qt-qml mailing list