-- Matma Rex
2012/11/26 Pau Giner pginer@wikimedia.org:
I polished the technique a bit more to solve previous issues: http://dl.dropbox.com/u/30377416/design/loading-indicator/loading-gradient.h...
Pau, you are missing an unprefixed @keyframes rule, without which this won't work on Opera:
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
After it's added, it works nicely.