#5723 closed bug (invalid)
animate color error: Invalid Property Value
Reported by: | ekerner | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.1 |
Keywords: | animate, color, Invalid Property Value | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
Trying to animate a hex color val throws and "Invalid Property Value" error. $(someElement).animate({color: '#518ed3'}, 1000); My css and xhtml both validate with W3C. See attached demo.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | jq_animate_color_bug.zip added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
"Only properties that take numeric values are supported (e.g. backgroundColor is not supported)."
http://docs.jquery.com/Effects/animate#paramsdurationeasingcallback
Note: See
TracTickets for help on using
tickets.
Working Demo as zip file - not malicious.