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

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -