πŸ“œ CSS Scroll-behavior Generator

βš™οΈ Scroll Behavior Settings

Configure smooth scrolling and scroll margins. Click the buttons below to test.

20px
40px

πŸ‘οΈ Live Preview

Click buttons to smoothly scroll to each section.

πŸ“ Section 1

Smooth scrolling makes navigation feel natural. scroll-padding controls the scroll container's inset padding.

πŸ“ Section 2

scroll-behavior: smooth adds transition animation to all anchor scrolls.

πŸ“ Section 3

scroll-margin adds extra offset for individual elements, useful when avoiding fixed navigation bars.

πŸ’» CSS Code

πŸ“– CSS scroll-behavior Explained

The scroll-behavior property controls the transition animation when scrolling within an element. With smooth, all anchor jumps and scrollIntoView() calls animate smoothly.

Related Properties