[Interest] Animate rotation at given speed, how to set direction?

Elvis Stansvik elvstone at gmail.com
Sun May 15 15:08:50 CEST 2016


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?



More information about the Interest mailing list