Created
March 2, 2024 04:21
-
-
Save jeremy0x/410bf28a01b2ec3c33280933e3b55fbd to your computer and use it in GitHub Desktop.
swipe-animation-css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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