Skip to content

TAnimationBaseOptions

TAnimationBaseOptions<T> = object

Defined in: src/util/animation/types.ts:49

T

delay: number

Defined in: src/util/animation/types.ts:60

Delay to start the animation in ms

0

duration: number

Defined in: src/util/animation/types.ts:54

Duration of the animation in ms

500

easing: TEasingFunction<T>

Defined in: src/util/animation/types.ts:66

Easing function

{defaultEasing}

target: unknown

Defined in: src/util/animation/types.ts:71

The object this animation is being performed on