Skip to main content

Interface: AnimateEvent

Events.AnimateEvent

Represents an event related to animation.

Properties

delta

delta: number

The difference in time between the current animation frame and the previous one (in milliseconds).

Defined in

src/events/Events.ts:386


total

total: number

The total amount of time that has passed since the animation started (in milliseconds).

Defined in

src/events/Events.ts:388