Skip to content

TAnimationCallbacks

TAnimationCallbacks<T> = object

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

Type Parameters

T

T

Properties

abort

abort: TAbortCallback<T>

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

Function called at each frame. If it returns true, abort


onChange

onChange: TOnAnimationChangeCallback<T>

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

Called at each frame of the animation


onComplete

onComplete: TOnAnimationChangeCallback<T>

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

Called after the last frame of the animation


onStart

onStart: VoidFunction

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

Called when the animation starts