scroll-behavior: auto; 默認值
scroll-behavior: smooth; 平滑滾動,效果滾動起來有漸變動畫
scroll-snap-type: none | [ x | y | block | inline | both ] [ mandatory | proximity ]?
scroll-snap-align: start | center | end;

image.png
scroll-behavior: auto; 默認值
scroll-behavior: smooth; 平滑滾動,效果滾動起來有漸變動畫
scroll-snap-type: none | [ x | y | block | inline | both ] [ mandatory | proximity ]?
scroll-snap-align: start | center | end;