aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/timelineTestApp/test02.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/timelineTestApp/test02.qml')
-rw-r--r--tests/manual/timelineTestApp/test02.qml18
1 files changed, 10 insertions, 8 deletions
diff --git a/tests/manual/timelineTestApp/test02.qml b/tests/manual/timelineTestApp/test02.qml
index 861fe45..7d27a21 100644
--- a/tests/manual/timelineTestApp/test02.qml
+++ b/tests/manual/timelineTestApp/test02.qml
@@ -20,14 +20,6 @@ import QtQuick 2.0
import QtQuick.Timeline 1.0
Item {
- PropertyAnimation {
- running: true
- duration: 1000
- target: timeline
- property: "currentFrame"
- from: 0
- to: 1000
- }
Rectangle {
id: leftGauge
@@ -82,6 +74,16 @@ Item {
startFrame: 0
endFrame: 1000
+ animations: [
+
+ TimelineAnimation {
+ running: true
+ duration: 1000
+ from: 0
+ to: 1000
+ }
+ ]
+
KeyframeGroup {
target: leftGauge
property: "x"