Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryanve/ix.css

CSS interaction classes
https://github.com/ryanve/ix.css

css functional-css interaction pointer-events touch-action

Last synced: about 1 month ago
JSON representation

CSS interaction classes

Awesome Lists containing this project

README

        

# ix.css
Interaction classes for UI component engineering. **Use carefully.**

## [`touch-action`](https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action)

- `.touch-none` set to `none` with fallback to `manipulation` for iOS
- `.touch-fast` set to `manipulation` named with intent for UI controls
- `.touch-auto` set to `auto`

## [`pointer-events`](https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events)

- `.events-none`
- `.events-auto`

## [Coverage](.browserslistrc)

- [`pointer-events`](https://caniuse.com/#feat=pointer-events)
- [`touch-action`](https://caniuse.com/#feat=css-touch-action)