mraak Posted April 19, 2014 Share Posted April 19, 2014 It happens sometimes that not all the frames get rendered in a very simple 5 frame sprite sheet animation. It happens on desktop browsers usually first time the game is loaded. It's happening on a cheaper Android Chrome tablet all the time, which leads me to believe it might be a performance related issue. Any ideas? Link to comment Share on other sites More sharing options...
mraak Posted April 22, 2014 Author Share Posted April 22, 2014 I wasn't specifying the frame rate, now they're finishing but it's still strange, maybe I found a bug. lid.animations.add("close", _.range(0, 5), 15); Link to comment Share on other sites More sharing options...
Recommended Posts