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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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