Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add touch-action utilities #5603

Merged
merged 1 commit into from
Sep 26, 2021
Merged

Add touch-action utilities #5603

merged 1 commit into from
Sep 26, 2021

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.

None yet

1 participant