Splitting(); /* ---------------------------------- */ var s = document.createElement('style'); s.innerHTML = " *, *:before, *:after { animation: none !important; }"; document.addEventListener('click',function(){ document.head.appendChild(s); requestAnimationFrame(function(){ document.head.removeChild(s); }); });