Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prikhi/halogen-animations
Animate HTML Elements in Halogen.
https://github.com/prikhi/halogen-animations
animation css halogen purescript purescript-halogen
Last synced: about 2 months ago
JSON representation
Animate HTML Elements in Halogen.
- Host: GitHub
- URL: https://github.com/prikhi/halogen-animations
- Owner: prikhi
- License: gpl-3.0
- Created: 2019-03-24T03:06:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T03:06:32.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T23:22:14.697Z (3 months ago)
- Topics: animation, css, halogen, purescript, purescript-halogen
- Language: PureScript
- Size: 35.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Halogen Animation
This library lets you animate Halogen elements using inline CSS styles.
## Build
If you have `nvm` installed, run `nvm use` first.
```sh
yarn install
yarn run build
yarn run watch
```## Documentation
You can build the package documentation with `npm run docs`.
## License
GPL-3.0