summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmleasefollow/data/easefollow3.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmleasefollow/data/easefollow3.qml')
-rw-r--r--tests/auto/declarative/qmleasefollow/data/easefollow3.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmleasefollow/data/easefollow3.qml b/tests/auto/declarative/qmleasefollow/data/easefollow3.qml
new file mode 100644
index 0000000..f8886e9
--- /dev/null
+++ b/tests/auto/declarative/qmleasefollow/data/easefollow3.qml
@@ -0,0 +1,6 @@
+import Qt 4.6
+
+EaseFollow {
+ source: 10; velocity: 250; enabled: false; reversingMode: EaseFollow.Sync
+ maximumEasingTime: 150
+}