“Comportamiento de desplazamiento HTML” Código de respuesta

CSS de desplazamiento suave

html {
  scroll-behavior: smooth;
}

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

Comportamiento de desplazamiento HTML

html {
  scroll-behavior: smooth;
}

// scroll-behaviour option
auto => Allows a straight jump "scroll effect" between elements within the scrolling box. This is default
smooth => Allows a smooth animated "scroll effect" between elements within the scrolling box.
initial => Sets this property to its default value.
inherit	=> Inherits this property from its parent element.
Vivacious Vendace

Respuestas similares a “Comportamiento de desplazamiento HTML”

Preguntas similares a “Comportamiento de desplazamiento HTML”

Más respuestas relacionadas con “Comportamiento de desplazamiento HTML” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código