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

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