As I stated in the ticket.. doing that could cause undesired effects,
f.e:
#foo{
filter:alpha(opacity=0);
opacity:0;
}
...
$('#foo').fadeIn();
If I'm not wrong, once the fade in ends the element will disappear.
--
Ariel Flesler
http://flesler.blogspot.com
On Jan 16, 3:45 pm, prefect <[email protected]> wrote:
> jQuery supports automatically using Explorer's Alpha filter for
> setting an elements opacity, ie. when doing css('opacity', '0.5').
>
> Explorer's filters have varying degrees of side effects, and to
> minimize these I suggest automatically disabling the Alpha filter as
> well when the opacity is set to 1.0, which equals no opacity anyway.
>
> One can do this manually with css('filter', "alpha(enabled='false')"),
> but I think jQuery just as well could do this automatically since it
> already implisitly activates the filter.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---