scroll-snap-align: value;
object.style.scrollSnapAlign = "value";
<'scroll-snap-align'> = [ none | start | end | center ]{1,2}
none
This box does not define a snap position in the specified axis.
start
Start alignment of this box's scroll snap area within the scroll container's snapport is a snap position in the specified axis.
end
End alignment of this box's scroll snap area within the scroll container's snapport is a snap position in the specified axis.
center
Center alignment of this box's scroll snap area within the scroll container's snapport is a snap position in the specified axis.