When I try to apply jQuery animate method to the float block near the one with box-shadow, some artifacts take a place in the WebKit (i'm testing in the Chrome 18 & 19).

Test case: http://jsfiddle.net/JxBKM/
Are anybody knows how to prevent this?
|
When I try to apply jQuery animate method to the float block near the one with box-shadow, some artifacts take a place in the WebKit (i'm testing in the Chrome 18 & 19).
Test case: http://jsfiddle.net/JxBKM/ Are anybody knows how to prevent this?
| |||||||
feedback
|
|
So I updated your fiddle to include the animate:complete function. Basically it's a function called when the animation is completed. The fiddle I put together only works on the first time it's called though, because it's setting the background to something different than it initially was. For whatever reason Chrome doesn't want to do the animation then set the CSS again. Take a look and you'll see what I mean. It works the first time, but not subsequent attempts. I recommend going with an image for box-shadow, or refining the fiddle to reset it every time rather than on the first time. | |||
|
feedback
|