CanvasLoader
CanvasLoader copied to clipboard
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 impr...
This is working well on IE, Firefox and Chrome. Even in Safari for Windows it looks good. However, in Safari on the iPad, the canvas displays but does not animate....
Added support for high-ppi (eg. retina) displays. The devicePixelRatio value is used to scale the canvas. The context is recreated and rescaled whenever the canvas dimensions are updated. High-ppi support...
This solution was properly tested in FF v35, GC v40, IE v11 - v8. IE v7 failed
Hi on Galaxy Tab with Android v. 4.2.2 (and stock browser) there is some visual bug. it's hard to describe, but looks like there are two overlapping elements..
The loader is not retina ready at the moment, it would be great to make it somewhat responsive and retinafied. Some ideas: http://stackoverflow.com/questions/12618052/html5-canvas-can-i-draw-really-sharp-on-non-retina-devices-like-ipad2
We modified the init-function to accept dom-nodes too and added a jquery plugin turn arbitrary elements into a canvas loader and style it with css-properties. The CSS-styling part seems a...
When visiting the http://heartcode.robertpataki.com/canvasloader/ website with IE8, following error appears: ``` Line: 10, character 361 Error: Failed ``` According to the debugger, the problem lays here: ``` if(b.hasChildNodes()) ```
#### Hey, maintainer(s) of heartcode/CanvasLoader! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...
In running this on IE9, it appears that once the DOM starts loading a lot of objects, the spinner halts, just like an animated GIF. :( I have seen some...
It would be really awesome if support for responsive designs could be added by making it possible to specify diameter in em units, possibly by adding a boolean option to...