Skip to main content

Interface: RotatingOptions

Defined in: animation/utility/index.ts:145

Extends

Properties

aboutPoint?

optional aboutPoint: Vector3Tuple

Defined in: animation/utility/index.ts:151

Point to rotate about. Default: mobject center


angle?

optional angle: number

Defined in: animation/utility/index.ts:147

Total angle to rotate in radians. Default: 2*PI (full revolution, matching Manim's TAU)


axis?

optional axis: Vector3Tuple

Defined in: animation/utility/index.ts:149

Axis of rotation [x, y, z]. Default: Z axis [0, 0, 1]


duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


rateFunc?

optional rateFunc: RateFunction

Defined in: animation/Animation.ts:16

Rate function controlling the animation's pacing (default: smooth)

Inherited from

AnimationOptions.rateFunc


shift?

optional shift: [number, number, number]

Defined in: animation/Animation.ts:18

Shift direction for fade animations

Inherited from

AnimationOptions.shift