css.properties

scroll-behavior

The scroll-behavior property specifies smooth scrolling behavior.

Formal Syntax

scroll-behavior = auto | smooth

See specification

JavaScript Access

// Access via element.style element.style.scrollBehavior = "auto";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
scroll-behavior613615.479
auto613615.479
smooth613615.479

Related Properties