Wolfgang Adamec
Wolfgang Adamec

Reputation: 8524

transparent animated gifs without white border

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

Answers (1)

Monie corleone
Monie corleone

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

Related Questions