Side navigation
#13981 closed bug (notabug)
Opened June 02, 2013 10:44PM UTC
Closed June 03, 2013 02:35PM UTC
animate when changing background color back to transparent
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In Chrome v27 - When I animate the background color to some hex color and back to transparent... the background color is permanently set to whatever the inherited background color is, instead of the background color being correctly set to "transparent". Background color changes that depend on hover and active then no longer work in the CSS.
#element:hover {
background-color: #faa;
}
$("#element").animate({backgroundColor
name.animate({backgroundColor : "#afa"}, 500).delay(500).animate({backgroundColor : "transparent"}, 500);
Where element is contained within some parent that has a background color not equal to #faa;
Attachments (0)
Change History (1)
Changed June 03, 2013 02:35PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Unfortunately, we are unable to assist with issues related to jQuery UI. Bug reports related to jQuery UI can be filed on the jQuery UI bug tracker. Please include a reduced test case from jsfiddle or jsbin with any report.