CSS Scroll Behavior Generator
Configure smooth scrolling behavior with CSS
Presets
Target Element
Scroll Behavior
Additional Options
Live Demo
Section 1 - Top
Section 2
Section 3
Section 4
Section 5 - Bottom
Current behavior: smooth
Behavior Comparison
smooth
Animated transition between scroll positions. Creates a polished, user-friendly experience.
auto
Instant jump to target position. Browser default behavior, no animation.
Generated CSS
html {
scroll-behavior: smooth;
}