flackr / carousel

Explainer for a set of features allowing the creation of CSS customizable carousels.
Apache License 2.0
36 stars 5 forks source link

Mouse-drag for carousel moves #32

Open slightlyoff opened 2 weeks ago

slightlyoff commented 2 weeks ago

Something that's frustrating with current CSS while trying to implement carousels is that scroll snap allows for touch dragging to work well with carousels implemented this way, but pointers (mice) can't drag scroller contents. It would be good for there to be a new analogue to touch-action to enable mouse dragging for carousel scroll containers.

flackr commented 2 weeks ago

Yup, absolutely, I've filed https://github.com/w3c/pointerevents/issues/512 to try to explore this.