Is there a way to make horizontal scrolling smoother

后端 未结 6 2139
长情又很酷
长情又很酷 2021-02-05 17:52

This fiddle is almost what I\'m looking for, I got it from MDN. The only thing missing is that I want to make it smoother. Is there a way to do that without using jQuery or any

6条回答
  •  耶瑟儿~
    2021-02-05 18:24

    Adding scroll-behavior: smooth; to #container will make it smooth.

    Here is example on this Fiddle

提交回复
热议问题