aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2012-01-24 11:40:02 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-27 06:23:51 +0100
commitfc973c6ca45bd55122b7e2af8d38c4c11ab044a1 (patch)
treeda0e95eb9f7b9edf946354c3c2a1c98348ef3c36 /tests
parent995f3a2ea34deaef21855c0c9406eed5247e521f (diff)
Update PathAnimation API and document.
Update the API according to the last API review. Document it and add a basic example as well. Change-Id: I2d06a0772a9fb2101844446e68799620c275db97 Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
Diffstat (limited to 'tests')
-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