#6823 closed bug (duplicate)
$(...).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:
- the parent div has a green color background.
- the child before switchClass(...) called is css{background:transparent}.
- 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.
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #5393.