#200 closed bug (fixed)
FadeIn/FadeOut breaks if opacity is already set
Reported by: | 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.
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in SVN revision 407.
Note: See
TracTickets for help on using
tickets.
Using .fadeTo still works with a previous 'opacity' set via .css.