Function: rotate()
rotate(
mobject,angle,options?):Rotate
Defined in: animation/movement/Rotate.ts:120
Create a Rotate animation for a mobject.
Parameters
mobject
The mobject to rotate
angle
number
Angle to rotate in radians
options?
Omit<RotateOptions, "angle">
Animation options (duration, rateFunc, axis, aboutPoint)