Skip to main content
Version: v7.x

AnimatedSprite

Props

https://pixijs.download/v7.x/docs/PIXI.AnimatedSprite.html

Additional Props

PropDefault ValueDescription
textures arrayGenerate the animated sprite from the textures
images arrayGenerate the animated sprite directly from the images
isPlaying booleantruewhether the animation starts automatically
initialFrame integer0Which frame the animation starts from

Usage

Example