summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation2.qml
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2010-03-31 12:00:03 (GMT)
committeraavit <qt-info@nokia.com>2010-03-31 12:00:03 (GMT)
commit85313fec454f77322deb7041726573e14f6a262a (patch)
treee0151a738a3acc91e16411869e160042e63bbc9a /tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation2.qml
parent2fe059c863377befdcf65084a07a7f4841beef0d (diff)
parent93ae014d7ee06a6ebb701420fffef5895cd731c4 (diff)
downloadQt-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.qml5
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
+}