Skip to content

Conversation

@adamwathan
Copy link
Member

Co-Authored-By: Mattèo Gauthier matteo.gauthier@gmail.com

Supersedes #4727.

This PR introduces new touch-action utilities:

Class CSS
touch-auto touch-action: auto
touch-none touch-action: none
touch-pan-x touch-action: pan-x
touch-pan-left touch-action: pan-left
touch-pan-right touch-action: pan-right
touch-pan-y touch-action: pan-y
touch-pan-up touch-action: pan-up
touch-pan-down touch-action: pan-down
touch-pinch-zoom touch-action: pinch-zoom
touch-manipulation touch-action: manipulation

This is just a static set of utilities (like the position utilities for example) and isn't customizable.

Co-Authored-By: Mattèo Gauthier <matteo.gauthier@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants