I want a Scroll Snap API #148
aarongustafson
started this conversation in
Wants
Replies: 1 comment
-
I'm working (slowly sorry!) on pinning down some (1 & 2) of these api's and features here 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, when I use CSS Scroll Snap Points, there are a few shortcomings which I'd like to see addressed. They all center around programmatically interacting with them:
.start()
,.previous(snapCount)
,.next(snapCount)
, and.end()
methods to move them around (e.g., when people click on arrow buttons, tap an arrow key on their keyboard, or when having it auto-slide forward).-moz-element
does, to be able to have a carousel/scroll snap element repeat its elements whenever its end has been reached.https://webwewant.fyi/wants/65/
Beta Was this translation helpful? Give feedback.
All reactions