Interface: ApplyWaveOptions
Defined in: animation/indication/ApplyWave.ts:16
Extends
Properties
amplitude?
optionalamplitude:number
Defined in: animation/indication/ApplyWave.ts:20
Amplitude of the wave. Default: 0.2
direction?
optionaldirection:WaveDirection
Defined in: animation/indication/ApplyWave.ts:18
Direction of the wave. Default: 'horizontal'
duration?
optionalduration:number
Defined in: animation/Animation.ts:14
Duration of the animation in seconds (default: 1)
Inherited from
rateFunc?
optionalrateFunc:RateFunction
Defined in: animation/Animation.ts:16
Rate function controlling the animation's pacing (default: smooth)
Inherited from
ripples?
optionalripples:boolean
Defined in: animation/indication/ApplyWave.ts:26
Ripple out from center instead of linear wave. Default: false
shift?
optionalshift: [number,number,number]
Defined in: animation/Animation.ts:18
Shift direction for fade animations
Inherited from
speed?
optionalspeed:number
Defined in: animation/indication/ApplyWave.ts:24
Speed multiplier for wave propagation. Default: 1
wavelength?
optionalwavelength:number
Defined in: animation/indication/ApplyWave.ts:22
Number of wave cycles. Default: 1.5