summaryrefslogtreecommitdiffstats
path: root/examples/sensors/shakeit
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/shakeit')
-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 }