https://github.com/kouts/ractive-transitions-css
Use CSS animation classes for in and out transitions
https://github.com/kouts/ractive-transitions-css
Last synced: 5 months ago
JSON representation
Use CSS animation classes for in and out transitions
- Host: GitHub
- URL: https://github.com/kouts/ractive-transitions-css
- Owner: kouts
- License: mit
- Created: 2019-10-26T06:38:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T22:16:41.000Z (8 months ago)
- Last Synced: 2024-11-28T03:16:46.025Z (6 months ago)
- Language: JavaScript
- Homepage: https://kouts.github.io/ractive-transitions-css/demo/
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ractive-transitions-css
Use CSS animation classes for in and out Ractive transitionsClick here for documentation and examples
https://kouts.github.io/ractive-transitions-css/demo/# Development
In order to start development:
```sh
npm i
npm run watch
```