diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativeeasefollow/data/easefollow2.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativeeasefollow/data/easefollow2.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativeeasefollow/data/easefollow2.qml b/tests/auto/declarative/qdeclarativeeasefollow/data/easefollow2.qml new file mode 100644 index 0000000..b65964e --- /dev/null +++ b/tests/auto/declarative/qdeclarativeeasefollow/data/easefollow2.qml @@ -0,0 +1,5 @@ +import Qt 4.6 + +EaseFollow { + source: 10; duration: 300; enabled: true; reversingMode: EaseFollow.Immediate +} |