demos/declarative/snake/content/Link.qml
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
child 37 758a864f9613
--- a/demos/declarative/snake/content/Link.qml	Tue Jul 06 15:10:48 2010 +0300
+++ b/demos/declarative/snake/content/Link.qml	Wed Aug 18 10:37:55 2010 +0300
@@ -73,12 +73,14 @@
                 }
             }
 
+                    /*
             transform: Rotation {
                 id: actualImageRotation
                 origin.x: width/2; origin.y: height/2;
                 angle: rotation * 90
                 Behavior on angle { NumberAnimation { duration: spawned ? 200 : 0} }
             }
+            */
         }
 
         Image {