summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation3.qml
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-03-29 03:58:00 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-03-30 03:54:12 (GMT)
commite2f9d31227e9a2126a99503c4285efaf8d894dd9 (patch)
tree3250f95680545f97a7a909ad553b1bf386b35cb6 /tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation3.qml
parent7a060ca401b4e260fd08c854213024b050a67ff2 (diff)
downloadQt-e2f9d31227e9a2126a99503c4285efaf8d894dd9.zip
Qt-e2f9d31227e9a2126a99503c4285efaf8d894dd9.tar.gz
Qt-e2f9d31227e9a2126a99503c4285efaf8d894dd9.tar.bz2
Finished file rename of qdeclarative easefollow to smoothedanimation
Diffstat (limited to 'tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation3.qml')
-rw-r--r--tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation3.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation3.qml b/tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation3.qml
new file mode 100644
index 0000000..3111e82
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation3.qml
@@ -0,0 +1,6 @@
+import Qt 4.6
+
+SmoothedAnimation {
+ to: 10; velocity: 250; reversingMode: SmoothedAnimation.Sync
+ maximumEasingTime: 150
+}