TAnimationBaseOptions
TAnimationBaseOptions<
T
> =object
Defined in: src/util/animation/types.ts:49
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”delay:
number
Defined in: src/util/animation/types.ts:60
Delay to start the animation in ms
Default
Section titled “Default”0
duration
Section titled “duration”duration:
number
Defined in: src/util/animation/types.ts:54
Duration of the animation in ms
Default
Section titled “Default”500
easing
Section titled “easing”easing:
TEasingFunction
<T
>
Defined in: src/util/animation/types.ts:66
Easing function
Default
Section titled “Default”{defaultEasing}
target
Section titled “target”target:
unknown
Defined in: src/util/animation/types.ts:71
The object this animation is being performed on