Answers for "scroll speed"

0

scroll speed

<script src="jQuery.min.js"></script>  
<script src="jQuery.scrollSpeed.js"></script>

<script>
  $(function() {  

    // Default
    jQuery.scrollSpeed(100, 800);
    
    // Custom Easing
    jQuery.scrollSpeed(100, 800, 'easeOutCubic');
    
});
</script>
Posted by: Guest on May-27-2021

Browse Popular Code Answers by Language