1

I want to know how can i make my website scroll smoothly like this one. https://boy-coy.com/#home . I've also added parallax effect but they are too fast and scrolling speed too.

Param
  • 11
  • 1

1 Answers1

1

You just have to add the css property scroll-behavior with smooth value on the element where you want it to scroll smoothly

MH info
  • 52
  • 8