Skip to content

Instantly share code, notes, and snippets.

@jeremy0x
Created March 2, 2024 04:21
Show Gist options
  • Save jeremy0x/410bf28a01b2ec3c33280933e3b55fbd to your computer and use it in GitHub Desktop.
Save jeremy0x/410bf28a01b2ec3c33280933e3b55fbd to your computer and use it in GitHub Desktop.
swipe-animation-css
.scroll-container {
scroll-snap-type: y mandatory;
}
.item {
scroll-snap-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment