Skip to main content

Interface: SpinInFromNothingOptions

Defined in: animation/growing/index.ts:258

SpinInFromNothing options

Extends

Properties

angle?

optional angle: number

Defined in: animation/growing/index.ts:260

Total rotation angle in radians (default: 2*PI)


axis?

optional axis: Vector3Tuple

Defined in: animation/growing/index.ts:262

Axis to rotate around (default: [0, 0, 1] for z-axis)


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