Skip to content
Advertisement

Create smooth scrolling effect

I have a code to scroll content horizontally, it works but whenever it scrolls, it scrolls items one by on like breaking, so I want it to scroll smoothly, that is the sample code below, please I need help with it

JavaScript

Advertisement

Answer

Maybe you can try scroll-behavior: smooth in your css file. Here is an example.

Or, if you want to do it with JavaScript, try

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement