“CSS Smoth Scrol” Ответ

Гладкий прокруток CSS

html {
  scroll-behavior: smooth;
}

/* No support in IE, or Safari
You can use this JS polyfill for those */
http://iamdustan.com/smoothscroll/
deadlymuffin

Как сгладить свиток в JavaScript

window.scrollTo({ top: 900, behavior: 'smooth' })
Cheerful Cockroach

CSS Smoth Scrol

html {
  scroll-behavior: smooth;
}
Successful Snake

Ответы похожие на “CSS Smoth Scrol”

Смотреть популярные ответы по языку

Смотреть другие языки программирования