TAnimationCallbacks
TAnimationCallbacks<
T
> =object
Defined in: src/util/animation/types.ts:74
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”abort:
TAbortCallback
<T
>
Defined in: src/util/animation/types.ts:94
Function called at each frame. If it returns true, abort
onChange
Section titled “onChange”onChange:
TOnAnimationChangeCallback
<T
>
Defined in: src/util/animation/types.ts:83
Called at each frame of the animation
onComplete
Section titled “onComplete”onComplete:
TOnAnimationChangeCallback
<T
>
Defined in: src/util/animation/types.ts:88
Called after the last frame of the animation
onStart
Section titled “onStart”onStart:
VoidFunction
Defined in: src/util/animation/types.ts:78
Called when the animation starts