https://bugzilla.wikimedia.org/show_bug.cgi?id=28318
--- Comment #3 from Ryan Kaldari <[email protected]> 2011-04-02 00:48:42 UTC --- Problem is, animated GIFs only have a 1-bit alpha channel for transparency, so each GIF can only be anti-aliased to a single color. PNGs have 8-bit alpha channels and thus no uglyness, but you can't easily animate PNGs. There are 2 different solutions available: 1. Create several different animated GIF spinners - each anti-aliased to a different color. 2. Create a non-animated PNG spinner, and spin it with some fancy javascript/css. Unfortunately this doesn't work in Opera and some older browsers. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
