Skip to main content

Interface: WaitOptions

Defined in: animation/utility/index.ts:103

Extends

Properties

duration?

optional duration: number

Defined in: animation/utility/index.ts:105

Duration to wait in seconds. Default: 1

Overrides

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