summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testdeclarativewatchlet.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdeclarativewatchlet.qml b/testdeclarativewatchlet.qml
index 04d8167..20b66d5 100644
--- a/testdeclarativewatchlet.qml
+++ b/testdeclarativewatchlet.qml
@@ -19,9 +19,9 @@ Rectangle {
RotationAnimation on angle {
loops: Animation.Infinite
running: watch.active
- duration: 6000
+ duration: 10000
from: 0
- to: 180
+ to: 360
}
}
}