Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GoogleChromeLabs/css-triggers
A reference for the render impact of mutating CSS properties.
https://github.com/GoogleChromeLabs/css-triggers
Last synced: 3 days ago
JSON representation
A reference for the render impact of mutating CSS properties.
- Host: GitHub
- URL: https://github.com/GoogleChromeLabs/css-triggers
- Owner: GoogleChromeLabs
- License: apache-2.0
- Archived: true
- Created: 2016-02-16T14:49:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T11:41:02.000Z (almost 7 years ago)
- Last Synced: 2024-08-02T05:08:25.984Z (3 months ago)
- Language: JavaScript
- Homepage: https://csstriggers.com/
- Size: 169 KB
- Stars: 898
- Watchers: 40
- Forks: 69
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - css-triggers
README
# CSS Triggers
Tells you what gets triggered by mutating a given CSS property.
## Running application locally
1. Clone the project.
1. Run `npm install` in __css-triggers__.
1. Run `gulp` in __css-triggers__ to make a build.
1. Run `node server.js`
1. Go to [localhost:8070](http://localhost:8070/)## License
Apache 2.0. See [/LICENSE](/LICENSE)
Please note: this is not a Google product