aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeanimations/data/pauseBug.qml
blob: d514cf7c431fa2ad1ad7371eb7d29d520d071fe1 (plain)
1
2
3
4
5
6
7
import QtQuick 1.1

SequentialAnimation {
    id: animation
    running: true
    ScriptAction { script: animation.paused = true }
}