API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeTweenUpdateCallback

@codexo/exojs / animation / stable

Callback fired on every update during the active phase of a tween. Receives the eased progress in 0..1, after applying the easing function and accounting for yoyo direction.

0
props
0
methods
0
events
Import
import { TweenUpdateCallback } from '@codexo/exojs'

Callback fired on every update during the active phase of a tween. Receives the eased progress in 0..1, after applying the easing function and accounting for yoyo direction.

Definition1
(progress: number) => void
Source