jQuery, Animate opacity to 1 then remove the opacity property to make it better looking on IE
Posted
by Emily
on Stack Overflow
See other posts from Stack Overflow
or by Emily
Published on 2010-04-08T22:47:33Z
Indexed on
2010/04/08
23:13 UTC
Read the original article
Hit count: 257
jQuery
|JavaScript
Hi everyone,
I tried the jQuery fadeIn animation in all browsers and it work good, but not that much on IE. the Alpha png images are so creepy after appending the CSS opacity, but i have an idea and i don't know how to implement it using jQuery.
The idea is to fadeIn the element and when the animation is finished it will automatically remove the opacity property in order to make the picture quality better.
How to do that?
Note: i'm using Animate and not FadeIn.
Thanks
© Stack Overflow or respective owner