UncleZan Posted September 16, 2016 Share Posted September 16, 2016 I need animation renderer run in background.How to do it except use setTimeout. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted September 16, 2016 Share Posted September 16, 2016 There's no way to do that except setTimeout. You can take PIXI.ticker.Ticker as a base and add setTimeout that will update your animation if last frame was too long ago (>400ms). Quote Link to comment Share on other sites More sharing options...
UncleZan Posted September 16, 2016 Author Share Posted September 16, 2016 Thank you! 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.