Opened 14 years ago
Closed 14 years ago
#5026 closed bug (invalid)
Animate gives error on color grey
Reported by: | Manuel | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | effects | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Javascript:
$("#id").animate({
color: "green" Still works
}, 3000).text("new text").animate({
color: "grey" Fatal error
});
Error screen (Firebug): http://i26.tinypic.com/2myn2te.png
Note: See
TracTickets for help on using
tickets.
It's gray, not grey. Also, when submitting bug reports please submit the code of an actual test case using the non-minimized version of jQuery.