summaryrefslogtreecommitdiffstats
path: root/examples/sensors/shakeit/shakeit.qml
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2012-05-16 10:46:43 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-16 03:15:50 +0200
commit6062bd6530304220c252195b96d46f4b4f76e0a4 (patch)
treedaedcb85b5aade525290f2fca3724d4da626d81e /examples/sensors/shakeit/shakeit.qml
parent300f040d9ac49a937ba1b3bccd64dc4daa822ea9 (diff)
remove code that created warning messages.
Change-Id: Iea0f2202bf88589c6c910e3f41b913a42485685d Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'examples/sensors/shakeit/shakeit.qml')
-rw-r--r--examples/sensors/shakeit/shakeit.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/sensors/shakeit/shakeit.qml b/examples/sensors/shakeit/shakeit.qml
index c39d7939..e2a2254c 100644
--- a/examples/sensors/shakeit/shakeit.qml
+++ b/examples/sensors/shakeit/shakeit.qml
@@ -112,7 +112,6 @@ Rectangle {
PropertyChanges { target: triangle1; rotation: 0;
x: parent.width / 2 - (triangle1.width / 2)
y: parent.height / 2 - (triangle1.height);
- transformOrigin: triangle1.Center
}
PropertyChanges { target: triangle2; rotation: 0;
x: parent.width / 2 - (triangle1.width + triangle2.width / 2)
@@ -217,7 +216,6 @@ Rectangle {
Transition {
ParallelAnimation {
- running: true
NumberAnimation { properties: "x,y"; easing.type: Easing.OutBounce;duration: 2000; }
RotationAnimation { id: t1Rotation; target: triangle1; duration: 1000;
direction: RotationAnimation.Clockwise }