I am trying
Item {
id: head;
x: 0.0; y: 0
transformOrigin: Item.Bottom
}
SequentialAnimation {
id: headTilt
RotationAnimation { target: head; duration: 500; from: 0; to:
45; easing.type: Easing.OutCubic;}
}
but when I run it, it rotates around 0,0 (top left)
What do I have to do to get it to rotate around Item.Bottom?_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
