Bug Tracker

Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#200 closed bug (fixed)

FadeIn/FadeOut breaks if opacity is already set

Reported by: brandon.aaron@… 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 brandon.aaro

Using .fadeTo still works with a previous 'opacity' set via .css.

comment:2 Changed 17 years ago by brandon

Resolution: fixed
Status: newclosed

Fixed in SVN revision 407.

Note: See TracTickets for help on using tickets.