Flesh out examples documentation
[profile/ivi/qtdeclarative.git] / examples / quick / animation / states / states.qml
index 7ca56a9..b92ba1b 100644 (file)
@@ -86,6 +86,7 @@ Rectangle {
     }
 
     states: [
+        // ![0]
         // In state 'middleRight', move the image to middleRightRect
         State {
             name: "middleRight"
@@ -97,5 +98,6 @@ Rectangle {
             name: "bottomLeft"
             PropertyChanges { target: userIcon; x: bottomLeftRect.x; y: bottomLeftRect.y  }
         }
+        // ![0]
     ]
 }