Skip to main content

Bug Tracker

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.

Attachments (0)
Change History (2)

Changed September 16, 2006 09:54PM UTC by brandon.aaro comment:1

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

Changed October 08, 2006 01:41AM UTC by brandon comment:2

resolution: → fixed
status: newclosed

Fixed in SVN revision 407.