Skip to main content

Interface: RotateOptions

Defined in: animation/movement/Rotate.ts:12

Extends

Properties

aboutEdge?

optional aboutEdge: Vector3Tuple

Defined in: core/MobjectTypes.ts:14

Inherited from

AxisOrOptions.aboutEdge


aboutPoint?

optional aboutPoint: Vector3Tuple

Defined in: core/MobjectTypes.ts:13

Inherited from

AxisOrOptions.aboutPoint


angle

angle: number

Defined in: animation/movement/Rotate.ts:14

Angle to rotate in radians


axis?

optional axis: Vector3Tuple

Defined in: core/MobjectTypes.ts:12

Inherited from

AxisOrOptions.axis


duration?

optional duration: number

Defined in: animation/Animation.ts:16

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


rateFunc?

optional rateFunc: RateFunction

Defined in: animation/Animation.ts:18

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

Inherited from

AnimationOptions.rateFunc


shift?

optional shift: [number, number, number]

Defined in: animation/Animation.ts:20

Shift direction for fade animations

Inherited from

AnimationOptions.shift