Reputation: 8524
For my jQuery web app I search for a nice animated loading gif.
I have searched for hours ...
I found:
preloaders.net, LoadInfo.net, ajaxload.info, LoadingAPNG.com, Chimply.com and more.
But they ALL have this very ugly white border when transparent.
If you don't know what I mean, please see:
http://www.graphicmania.net/creating-gif-images-without-white-borders-problem-in-photoshop-2/
I also found this stackoverflow question
Animated Loading GIF
But this guy has ONE background color.
The menu bar, which is my background (jquery ui dialog header bar), is NOT one color, so it has to be transparent.
Thanks alot for your help
Upvotes: 1
Views: 4817
Reputation: 1618
Try using spin.js. it will not give that white background effect. moreover, it loads faster than gif file and easily configurable.
http://fgnass.github.com/spin.js/
Upvotes: 4