0

I'm trying to develop a Javascript-based file uploader, for which I'm trying to recreate the same animation that iOS 7 uses for new app install:

iOS app install animation

Any ideas of how can I achieve this using CSS3?

Javier Marín
  • 2,166
  • 3
  • 21
  • 40

2 Answers2

2

I've created a basic jQuery plugin with a similar effect:

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

To use it, simply call the plugin with the progress value as argument:

$('#element').loader(25);
Javier Marín
  • 2,166
  • 3
  • 21
  • 40
1

I found something in a different thread few weeks ago, it may be useful for your purpose.

CSS Progress Circle

Community
  • 1
  • 1
Dazag
  • 685
  • 9
  • 18