javascript - jQuery replace() flickers in Safari -


i have script following code executed on mousemove restart css animation:

var $clone = $(this).clone(true, true); $(this).replacewith($clone);

this works smooth in browsers, except safari mac flickers while replacing.

do have ideas how avoid issue?


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -