Side navigation
#200 closed bug (fixed)
Opened September 16, 2006 03:25PM UTC
Closed October 08, 2006 01:41AM UTC
Last modified June 21, 2007 03:01AM UTC
FadeIn/FadeOut breaks if opacity is already set
Reported by: | brandon.aaron@gmail. | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | effects | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I ran into an issue where I already had opacity set on an element and then tried to fadeOut/fadeIn but it broke. If opacity is set to 0, then nothing happens but if opacity is set to any other number then it just toggles the display property from block to none.
Using .fadeTo still works with a previous 'opacity' set via .css.