wijesijp Posted May 31, 2019 Share Posted May 31, 2019 In my game I can control the animation speed of the "AnimatedSprite" using "animationSpeed" But what is the frame rate of the animation? Suppose we have 2 animations with 20 and 50 frames how many frames get played per second if both have same speed. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted May 31, 2019 Share Posted May 31, 2019 Answer is in this method: https://github.com/pixijs/pixi.js/blob/dev/packages/sprite-animated/src/AnimatedSprite.js#L219 I honestly dont remember which is it Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.