CSS3 loading spinners without images • CSS & (X)HTML • Kilian Valkhof

Posted on March 3rd, 2010 at 9:31 am by admin

0


While playing around with css-transform to make various shapes, I saw a way to create animated image-less loading spinners such as used in a lot of webapps and of course on the iPhone.

CSS transforms

CSS transform (in Firefox 3.5+ and Webkit-based browsers) has a whole bunch of interesting functions, such as rotation, translation, scaling and skewing. To learn more about the different functions, check out the Mozilla developer center overview of CSS transform. After playing around with chaining different transforms and seeing the effect, I found out something interesting:

via CSS3 loading spinners without images • CSS & (X)HTML • Kilian Valkhof.