Class: AnimatedSprite

PIXI.AnimatedSprite

Methods

isAnimatedSprite() → {boolean}

Returns `true` if the display object is a `PIXI.AnimatedSprite`.
Source:
Returns:
result
Type
boolean

playUntil(targetFrame, animateAlwaysopt)

Will play the animated sprite until it gets to the target frame.
Parameters:
Name Type Attributes Default Description
targetFrame integer The target frame index.
animateAlways boolean <optional>
true If `true` then will animate even if currently on the target frame.
Source: