Hello,
I am making a simple game using pixijs and have problem that animation stops when I hide the browser window and after showing the window the animation continutes from where it stopped. I simply need to keep animation going even in background.
I use "app.ticker.add(loop);"
and "loop" is a function where all the animation happens.
Thank you