aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/affectors/content/spritegoal.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/particles/affectors/content/spritegoal.qml')
-rw-r--r--examples/particles/affectors/content/spritegoal.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/particles/affectors/content/spritegoal.qml b/examples/particles/affectors/content/spritegoal.qml
index 0e5d94c515..b45807f394 100644
--- a/examples/particles/affectors/content/spritegoal.qml
+++ b/examples/particles/affectors/content/spritegoal.qml
@@ -55,7 +55,6 @@ Item {
source: "../../images/finalfrontier.png"
transformOrigin: Item.Center
anchors.centerIn: parent
- smooth: true
NumberAnimation on rotation {
from: 0
to: 360
@@ -137,7 +136,6 @@ Item {
Image {
id: rocketShip
source: "../../images/rocket.png"
- smooth: true
anchors.centerIn: holder
rotation: (circle.percent+0.25) * 360
z: 2