“rolagem suave para o topo jQuery” Respostas de código

rolagem suave para o topo jQuery

window.scrollTo({top: 0, behavior: 'smooth'});
Lokesh003

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

Respostas semelhantes a “rolagem suave para o topo jQuery”

Perguntas semelhantes a “rolagem suave para o topo jQuery”

Mais respostas relacionadas para “rolagem suave para o topo jQuery” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código