Skip to content
InterfaceAnimation & Atlases@public

FlxAnimationFrameEvent

Payload dispatched whenever an animation materializes a new frame.

ts
export interface FlxAnimationFrameEvent

Properties

PropertyModifiersTypeDescription
animationNamereadonlystring | null-
frameIndexreadonlynumber-
frameNumberreadonlynumber-

Released under the MIT License.