API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeTweenLifecycleCallback
@codexo/exojs / animation / stable
Callback fired at one of the tween lifecycle points (start, complete, each repeat cycle). No arguments - use a closure to access related state.
0
props
0
methods
0
events
Import
import { TweenLifecycleCallback } from '@codexo/exojs'Callback fired at one of the tween lifecycle points (start, complete, each repeat cycle). No arguments - use a closure to access related state.
Definition1
() => voidSource