Skip to main content

Search and Top Navigation

#6823 closed bug (duplicate)

Opened January 07, 2011 05:18PM UTC

Closed January 07, 2011 05:25PM UTC

Last modified January 07, 2011 05:25PM UTC

$(...).switchClass(...,...,"slow")

Reported by: mavinm Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.effects.* (individual effect) Version: 1.8.7
Keywords: Cc:
Blocked by: Blocking:
Description

If you transition between a certain color class to a different color class, the transition moves slowly. If you were to go from a background color class to a transparent class. The transition is messed up.

Pretend:

1. the parent div has a green color background.

2. the child before switchClass(...) called is css{background:transparent}.

3. the child after switchClass(...) called is css{background:yellow}.

What will happen is the background will shift straight to white making a weird appearance, do the animation, then go to the correct color.

Let me know if you need some sample code.

Attachments (0)
Change History (2)

Changed January 07, 2011 05:25PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Changed January 07, 2011 05:25PM UTC by scottgonzalez comment:2

Duplicate of #5393.