summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorPatrick Burke <patrick.burke@nokia.com>2011-06-20 11:56:11 +1000
committerPatrick Burke <patrick.burke@nokia.com>2011-06-20 11:56:11 +1000
commit3c60a96736653057bde479f024e0acd4f425da9f (patch)
tree643b21450f7a336b0903fc75d5dde996b78675d1 /demos
parent311c8bbf5d6b6ae199a8602dc608f90a18d3e48c (diff)
Fixed case-misspeled infinite, then removed since it wasn't wanted.
Diffstat (limited to 'demos')
-rw-r--r--demos/quick3d/robo_bounce/qml/robobounce.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/quick3d/robo_bounce/qml/robobounce.qml b/demos/quick3d/robo_bounce/qml/robobounce.qml
index 34d8d50e3..c9e412b06 100644
--- a/demos/quick3d/robo_bounce/qml/robobounce.qml
+++ b/demos/quick3d/robo_bounce/qml/robobounce.qml
@@ -265,7 +265,6 @@ Image {
SequentialAnimation {
running: roboInfo.showVisible
- loops: Animation.infinite
NumberAnimation {target: roboInfo; property: "opacity"; to: 0.7; duration: 500}
PauseAnimation {duration: 3000}
NumberAnimation {target: roboInfo; property: "opacity"; to: 0.0; duration: 500}
@@ -434,7 +433,6 @@ Image {
NumberAnimation {
running: room.spinning
- loops: Animation.infinite
target: roomSpin
property: "angle"
to: 360
@@ -463,7 +461,6 @@ Image {
SequentialAnimation {
running: smallCube.fallingCubeAnimation
- loops: Animation.infinite
onCompleted: {smallCube.fallingCubeAnimation=false;}
ParallelAnimation {
NumberAnimation {target: spinSmallCube; property: "angle"; to: 360; easing.type: "InOutQuad"; duration: 1750}