Modify ↓
Ticket #7918 (closed bug: invalid)
$(...).switchClass(...,...,"slow");
| Reported by: | mavinm@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | unfiled | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

The big red box on the "New Ticket" rather clearly states:
This tracker you submitted your bug on is for jQuery core bugs only. Thus to file a report for jQuery UI you will need to re-submit your ticket to the jQuery UI Bug Tracker for further assistance as they handle all UI-related tickets. Thanks!