TAnimationCallbacks
TAnimationCallbacks<
T>:object
Type Parameters
• T
Type declaration
abort
abort:
TAbortCallback<T>
Function called at each frame. If it returns true, abort
onChange
onChange:
TOnAnimationChangeCallback<T>
Called at each frame of the animation
onComplete
onComplete:
TOnAnimationChangeCallback<T>
Called after the last frame of the animation
onStart
onStart:
VoidFunction
Called when the animation starts