iOS app install animation using CSS3 -


i'm trying develop javascript-based file uploader, i'm trying recreate same animation ios 7 uses new app install:

ios app install animation

any ideas of how can achieve using css3?

i've created basic jquery plugin similar effect:

http://jsfiddle.net/ideatic/kl69s/1/

to use it, call plugin progress value argument:

$('#element').loader(25); 

Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -