Smooth Scroll in Tailwind CSS

preview_player
Показать описание
Hi, I'm Wesley. I'm a brand ambassador for Kinde (paid sponsorship).

👉 Discord: all my courses have a private Discord where I actively participate

⏱️ Timestamps:
0:00 Explanation

#webdevelopment #coding #programming .
.
Рекомендации по теме
Комментарии
Автор

best tutorial. turns out it's so simple. thank youuuu

ahmadfaqihabdurrahman
Автор

SBEM! I was looking for a library to do this, but you keep it super simple! Thank you!!

rickyanchores
Автор

Thanks! How can I control the duration of scrolling? I mean I want it to be a little slow.

mahmoudk
Автор

It's 100% working thanks a lot for sharing with us🥰

CodeDemonBD
Автор

For NextJS players, I applied it like this in my global.css file under the @tailwind directives:
@layer base {
html {
@apply scroll-smooth;
}
}

ivandamyanov