aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qdeclarativeanimations/data/pathAnimation2.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick2/qdeclarativeanimations/data/pathAnimation2.qml')
-rw-r--r--tests/auto/qtquick2/qdeclarativeanimations/data/pathAnimation2.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qtquick2/qdeclarativeanimations/data/pathAnimation2.qml b/tests/auto/qtquick2/qdeclarativeanimations/data/pathAnimation2.qml
index 951c5b2e57..2f64dac2cc 100644
--- a/tests/auto/qtquick2/qdeclarativeanimations/data/pathAnimation2.qml
+++ b/tests/auto/qtquick2/qdeclarativeanimations/data/pathAnimation2.qml
@@ -15,8 +15,8 @@ Rectangle {
target: redRect
duration: 100;
endRotation: 0
- orientationEntryInterval: .1
- orientationExitInterval: .1
+ orientationEntryDuration: 10
+ orientationExitDuration: 10
orientation: PathAnimation.RightFirst
path: Path {
startX: 50; startY: 50