Smooth animation for website
Hello. Does anyone know how I can make a smooth animation when a section is clicked on the navigation bar. All of my content is on the home screen but it's split into different sections. So can you guys help me make it so when I click the option on the navigation bar, it make a nice scroll animation to that section
6 Replies
MDN Web Docs
scroll-behavior - CSS: Cascading Style Sheets | MDN
The scroll-behavior CSS property sets the behavior for a scrolling box when scrolling is triggered by the navigation or CSSOM scrolling APIs.
Can I just add it to my body tag
Cause the article just shows to add it where all your content is
You add it to the element with the scroll, that can be a body or anything else with
overflow
with scroll
or auto
or bodyit's not working
Can you show us?
I actually found out how to do it