heartcode / CanvasLoader

Heartcode CanvasLoader is a lightweight JavaScript UI library, which uses the HTML canvas element to draw and animate circular preloaders. The library is currently in beta, some minor changes and improvements might be done to it in the near future.
http://heartcode.robertpataki.com
285 stars 81 forks source link

Slow canvas rendering on mobile iOS #5

Closed heartcode closed 10 years ago

heartcode commented 13 years ago

Because of a fix ticking rate the rendering seems quite sluggish on iOS devices.

This can be improved by using the 'requestAnimationFrame' method on supported devices. Hopefully this issue will be fixed soon with the next update.