diff options
author | aavit <qt-info@nokia.com> | 2010-03-31 12:00:03 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2010-03-31 12:00:03 (GMT) |
commit | 85313fec454f77322deb7041726573e14f6a262a (patch) | |
tree | e0151a738a3acc91e16411869e160042e63bbc9a /tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation2.qml | |
parent | 2fe059c863377befdcf65084a07a7f4841beef0d (diff) | |
parent | 93ae014d7ee06a6ebb701420fffef5895cd731c4 (diff) | |
download | Qt-85313fec454f77322deb7041726573e14f6a262a.zip Qt-85313fec454f77322deb7041726573e14f6a262a.tar.gz Qt-85313fec454f77322deb7041726573e14f6a262a.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7
Diffstat (limited to 'tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation2.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation2.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation2.qml b/tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation2.qml new file mode 100644 index 0000000..74a110d --- /dev/null +++ b/tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation2.qml @@ -0,0 +1,5 @@ +import Qt 4.6 + +SmoothedAnimation { + to: 10; duration: 300; reversingMode: SmoothedAnimation.Immediate +} |