Is there a way to make horizontal scrolling smoother

后端 未结 6 2070
长情又很酷
长情又很酷 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条回答
  •  -上瘾入骨i
    2021-02-05 18:33

    This could probably be optimised a fair bit, but here is a basic example of how you could do it using setInterval and clearInterval

    Fiddle

    Update

    Here is another example of it wrapped into a function instead, bit easier to tweak the speed etc.

    Fiddle

提交回复
热议问题