Skip to main content

Interface: WiggleOutThenInOptions

Defined in: animation/indication/WiggleOutThenIn.ts:26

Extends

Properties

duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


nWiggles?

optional nWiggles: number

Defined in: animation/indication/WiggleOutThenIn.ts:32

Number of rotation oscillations. Default: 6


rateFunc?

optional rateFunc: RateFunction

Defined in: animation/Animation.ts:16

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

Inherited from

AnimationOptions.rateFunc


rotationAngle?

optional rotationAngle: number

Defined in: animation/indication/WiggleOutThenIn.ts:30

Maximum rotation angle in radians. Default: 0.01 * TAU (~3.6 degrees)


rotationAxis?

optional rotationAxis: Vector3Tuple

Defined in: animation/indication/WiggleOutThenIn.ts:34

Axis to rotate about. Default: [0, 0, 1] (Z axis)


scaleValue?

optional scaleValue: number

Defined in: animation/indication/WiggleOutThenIn.ts:28

Peak scale factor. Default: 1.1


shift?

optional shift: [number, number, number]

Defined in: animation/Animation.ts:18

Shift direction for fade animations

Inherited from

AnimationOptions.shift