File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -708,6 +708,18 @@ Expanding Clipping Bounds: the 'overflow-clip-margin' property</h3>
708708 It now also affects [=scroll containers=] ,
709709 but only to shrink the clipping edge.
710710
711+ <h2 id=scrolling-behaviors>
712+ Scrolling Behaviors and Animations</h3>
713+
714+ CSS provides several controls over how scrolling behaves when triggered.
715+ * <a href="https://www.w3.org/TR/css-scroll-snap/">CSS Scroll Snap</a> allows defining "snap positions",
716+ which are scroll positions to which the [=scroll container=] is biased to land.
717+ * <a href="https://www.w3.org/TR/css-overscroll/">CSS Overscroll Behavior</a>
718+ allows controlling what happens when scrolling past the end of the scrollable area.
719+ * 'scroll-behavior' , defined below, controls whether programmatic scrolling animates smoothly or not.
720+
721+ Note: For animating other things in conjunction with scrolling, see [[SCROLL-ANIMATIONS-1]] .
722+
711723<h3 id=smooth-scrolling caniuse=css-scroll-behavior>
712724Smooth Scrolling: the 'scroll-behavior' Property</h3>
713725
You can’t perform that action at this time.
0 commit comments