<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt"><div><span>I also just noticed that on the console it is telling me:</span></div><div>QML RotationAnimation: Cannot animate non-existent property "angle"<br clear="none"></div><div style="background-color: transparent;"><br clear="none"></div><div style="background-color: transparent;">However, the animation still happens....</div><div style="background-color: transparent;"><br clear="none"></div><div style="background-color: transparent;">I tried adding to the SequentialAnimation:</div><div style="background-color: transparent;">PropertyAction { target: head; property: "transformOrigin"; value: Item.Center }</div><div style="background-color: transparent;"><br clear="none"></div><div style="background-color: transparent;"><br clear="none"></div><div><span></span></div><div
 style="background-color: transparent;">But it still rotates around 0,0</div><div><br></div>  <div style="font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"> <div style="font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font size="2" face="Arial"> <b><span style="font-weight:bold;">From:</span></b> Jason H <scorp1us@yahoo.com><br> <b><span style="font-weight: bold;">To:</span></b> "interest@qt-project.org" <interest@qt-project.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Monday, December 30, 2013 5:30 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> [Interest] RotationAnimation and transform origin?<br> </font> </div> <div class="y_msg_container"><br><div id="yiv7456541097"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);
 font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"><div>I am trying </div><div><br></div><div style="background-color:transparent;">        Item { </div><div style="background-color:transparent;"><span style="font-size:10pt;">               </span><span style="font-size:10pt;"> </span><span class="yiv7456541097Apple-tab-span" style="white-space:pre;">                                     </span>id: head; </div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 13px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal;"><span style="font-size:10pt;">               </span><span style="font-size:10pt;"> </span>x: 0.0; y: 0</div><div style="background-color:transparent;"><span
 style="background-color:transparent;font-size:10pt;">                transformOrigin: Item.Bottom</span><br></div><div style="background-color:transparent;">        }</div><div><br></div><div>        SequentialAnimation {</div><div>                id: headTilt</div><div><span style="font-size:10pt;">                RotationAnimation { target: head; duration: 500; from: 0; to: 45; easing.type: Easing.OutCubic;}</span><br></div><div><span style="font-size:10pt;">        }</span><br></div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">but when I run it, it rotates around 0,0  (top left)</div><div style="color:
 rgb(0, 0, 0); font-size: 13px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">What do I have to do to get it to rotate around Item.Bottom?</div></div></div></div><br>_______________________________________________<br>Interest mailing list<br><a ymailto="mailto:Interest@qt-project.org" href="mailto:Interest@qt-project.org">Interest@qt-project.org</a><br><a href="http://lists.qt-project.org/mailman/listinfo/interest" target="_blank">http://lists.qt-project.org/mailman/listinfo/interest</a><br><br><br></div> </div> </div>  </div></body></html>