Hi folks,
With RotationAnimation I can control the direction of the rotation
(cw/ccw). But I'd like to animate rotation at a certain speed, using
SmoothedAnimation:
Behavior on rotation {
SmoothedAnimation {
velocity: 45
}
}
But with SmoothedAnimation I have no control over the direction of rotation :/
Any ideas?