Box-shadow artifacts due jQuery animate in the WebKit?

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.

Up vote 1 down vote favorite share g+ share fb share tw.

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: jsfiddle.net/JxBKM/ Are anybody knows how to prevent this? Html css webkit box-shadow link|improve this question asked Feb 22 at 22:06Phillip Kovalev1,158210 100% accept rate.

– agrublev Feb 22 at 22:16 1 Basically it's the skipping of the shadow. It's like it's not fully refreshing the animation. I get the problem.

The problem is not as noticeable when the animation is sped up. – thepriebe Feb 22 at 22:20.

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.

Thanks for explanation. – Phillip Kovalev Feb 22 at 23:21.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions