1 2 3 4 5
<!DOCTYPE html> <script> cancelRequestAnimationFrame(requestAnimationFrame(function() {})); requestAnimationFrame(function() {}); </script>