How to enforce a “smooth scrolling” rule for mousewheel, jQuery?

后端 未结 7 1294
太阳男子
太阳男子 2020-12-08 11:18

How are you? My Question:

How can I control or specify the way a document scrolls to the position of desire described by either the mouse scrollwheel, an

相关标签:
7条回答
  • 2020-12-08 11:44

    here is a good solution check this out http://ataredo.com/morphology/lucidscroll/

    <script src="file-directory/jquery.js"></script>
    <script src="file-directory/lucid.js"></script>
    
    <script>
    $(window).on('load', function() {
    
      $(this).impulse();
    });
    </script>
    
    0 讨论(0)
提交回复
热议问题