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

jQuery Plugin #9

Open zensations opened 12 years ago

zensations commented 12 years ago

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 bit weird (hijacking font and text properties), but i think its awesome! Have a look at it. Tested it on IE 6+, Opera, Firefox and Safari.

heartcode commented 12 years ago

Hi,

I'm very sorry for not replying for a ridiculously long time. Thanks a lot for taking your time and pushing your code, I will have a look and implement as much goodness as possible.

Thanks again!

heartcode commented 10 years ago

In the next version the library is getting a proper revamp including a lot of improvements, which will completely rewrite the current jQuery plugin - making it a proper one.