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:
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
Post a Comment