Earlier quoted context omitted.
Doesn't that defeat the purpose, though? Progress indicators are designed to make you think things are going faster than they are. If you want to display accurate information, why not just display it?
"Progress indicators are designed to make you think things are going faster than they are." Says who? I think progress indicators are intended to communicate more-granular details about the true progress towards some goal ... hence their name.
Spin.js, a pure JS spinner
61–70 of 70 posts
Re: Spin.js, a pure JS spinner
#62Earlier quoted context omitted.
But the ajaxload spinner is evil and they still haven't fixed it! http://www.panic.com/blog/2010/10/spinner-rage/
of all the things to get het up about...
It's the difference between "cool, it works" and "wow, this is elegant and beautiful" - the Apple effect, if you will.
Re: Spin.js, a pure JS spinner
#63Earlier quoted context omitted.
Please don't link to w3schools. Thanks http://w3fools.com/
The w3schools site provides an excellent overview of the new input types and there browser support in this case. So maybe next time please don't link to w3fools (stupid site imho) but provide a better link.
Re: Spin.js, a pure JS spinner
#64Are there any GIF loader generators that have all this options (speed, sizes, color) available? Could be good to use this as a preview, and then generate the final GIF.
I'm a fan of http://preloaders.net/
Especially not as I'm actually using Safari 5.1.
Re: Spin.js, a pure JS spinner
#65Re: Spin.js, a pure JS spinner
#66Earlier quoted context omitted.
The w3schools site provides an excellent overview of the new input types and there browser support in this case. So maybe next time please don't link to w3fools (stupid site imho) but provide a better link.
They might provide information but there's a good chance it's either half bullshit, missing information or just completely wrong. Re-read W3Fools.
Re: Spin.js, a pure JS spinner
#67I hate to be that guy but this takes up 45% cpu under firefox for a simple spin animation.
And just because why not:
IE 8 in a winXP vm: 0%
IE 6 in a winXP vm: 0%
Doesn't work in FF3.
Re: Spin.js, a pure JS spinner
#68This is cool just for fun, but practically there are sites like http://ajaxload.info/ that generate spinners for you, if you don't know how to do it yourself
http://www.loadinfo.net/ is much better presented and actually respects the color values you type in! (And no, I don't have any relationship with them.)
Re: Spin.js, a pure JS spinner
#69Re: Spin.js, a pure JS spinner
#70This would be perfect for canvas games. It means that image.gif doesn't have to load, which typically requires initializing a new Image() and attaching an onLoad function. This simplifies all that.