effects/rotate_effect library
Classes
- RotateEffect
-
Effect that rotates the target (via RotationTransition) between the specified begin and end.
Values are specified in "turns", so a
begin=0.25, end=2.25
would start with the child rotated 90 degrees clockwise (ie.0.25 * 360
), and rotate two full turns (ie. 720 degrees).