HTML5 animation slow on mobile

Hi I have created an animation as a HTML5 Canvas in Flash cc.
The animation runs about 2-4 times slower on mobile devices (different on different devices). I have created similar animations and am not getting this problem.

Does anyone know what could be causing it?

Thanks

Yeah. It’s Flash.
If you want good canvas performance you have to write animation code manually with Javascript.
You can use frameworks like Phaser to make this task easier.

1 Like

Cheers. I solved the problem by merging many of the layers and converting vectors to bitmaps.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.