Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryanve/ix.css
- Owner: ryanve
- License: isc
- Created: 2017-07-22T22:57:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T04:04:01.000Z (over 7 years ago)
- Last Synced: 2024-09-14T00:54:48.639Z (2 months ago)
- Topics: css, functional-css, interaction, pointer-events, touch-action
- Language: CSS
- Homepage: https://www.npmjs.com/package/ix.css
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)