TAnimationBaseOptions
TAnimationBaseOptions<
T>:object
Type Parameters
• T
Type declaration
delay
delay:
number
Delay to start the animation in ms
Default
0duration
duration:
number
Duration of the animation in ms
Default
500easing
easing:
TEasingFunction<T>
Easing function
Default
{defaultEasing}target
target:
unknown
The object this animation is being performed on