Interface: WiggleOutThenInOptions
Defined in: animation/indication/WiggleOutThenIn.ts:26
Extends
Properties
duration?
optionalduration:number
Defined in: animation/Animation.ts:14
Duration of the animation in seconds (default: 1)
Inherited from
nWiggles?
optionalnWiggles:number
Defined in: animation/indication/WiggleOutThenIn.ts:32
Number of rotation oscillations. Default: 6
rateFunc?
optionalrateFunc:RateFunction
Defined in: animation/Animation.ts:16
Rate function controlling the animation's pacing (default: smooth)
Inherited from
rotationAngle?
optionalrotationAngle:number
Defined in: animation/indication/WiggleOutThenIn.ts:30
Maximum rotation angle in radians. Default: 0.01 * TAU (~3.6 degrees)
rotationAxis?
optionalrotationAxis:Vector3Tuple
Defined in: animation/indication/WiggleOutThenIn.ts:34
Axis to rotate about. Default: [0, 0, 1] (Z axis)
scaleValue?
optionalscaleValue:number
Defined in: animation/indication/WiggleOutThenIn.ts:28
Peak scale factor. Default: 1.1
shift?
optionalshift: [number,number,number]
Defined in: animation/Animation.ts:18
Shift direction for fade animations