How to change default scrollspeed,scrollamount,scrollinertia of a webpage

后端 未结 3 1191
北荒
北荒 2020-12-06 01:46

I am tring to change the the default scrolling speed,amount and inertia of a webpage.I google a lot,but in vain

Fortunately,later,this day,I found a plugin which all

3条回答
  •  有刺的猬
    2020-12-06 02:03

    Why not wrap your HTML in a container div and target that, like this:

    Then target your container class in the jQuery:

    $('.container').mCustomScrollbar...
    

提交回复
热议问题