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?
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to