“CSS SMOTH SCROL” Respostas de código

CSS de rolagem suave

html {
  scroll-behavior: smooth;
}

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

como suavizar rolagem em javascript

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

CSS SMOTH SCROL

html {
  scroll-behavior: smooth;
}
Successful Snake

Respostas semelhantes a “CSS SMOTH SCROL”

Procure respostas de código populares por idioma

Procurar outros idiomas de código