Smooth horizontal scroll bound to mousewheel

后端 未结 7 645
星月不相逢
星月不相逢 2020-12-29 12:08

Here is a working example of horizontal scroll with mousewheel, but it does not scroll smoothly. By smoothly I mean like ordinary vertical scroll in Firefox or Opera.

<
7条回答
  •  借酒劲吻你
    2020-12-29 13:03

    Smooth scrolling is a browser specific feature.

    If you want something that works on all of them then you need to do it on your side. There are multiple implementations of smooth scrolling for jQuery.

    And actually you may even need so called kinetic scrolling. If so try jquery.kinetic

提交回复
热议问题