Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gao-sun/animator.js
Effortlessly make CSS animations.
https://github.com/gao-sun/animator.js
animation css js
Last synced: 13 days ago
JSON representation
Effortlessly make CSS animations.
- Host: GitHub
- URL: https://github.com/gao-sun/animator.js
- Owner: gao-sun
- License: mit
- Created: 2017-02-27T01:45:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T18:07:51.000Z (over 7 years ago)
- Last Synced: 2024-10-23T11:43:18.473Z (22 days ago)
- Topics: animation, css, js
- Language: JavaScript
- Homepage: https://gao-sun.github.io/animatorjs
- Size: 20.5 KB
- Stars: 80
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Animator.js
## Live Demos & Docs
[https://gao-sun.github.io/animatorjs](https://gao-sun.github.io/animatorjs)### NOTE: Please re-install Animator.js if you are using versions below 1.0.0, since npm does not prepend a caret to the version number when it < 0.1.0
---
## Key Features
**Efficient** Pure CSS animation, great performance.
**Flexible** Configure your animation in various ways.
**Light** Less than 3KB(after gzipped), no dependency.
**Powerful** Easily manage key frames in css/js.
## Where to Get
1.Install via npm
```bash
npm install animatorjs
```2.CDN
```html
```
3.Download from dist/ in Github repository
## Contributing
Please leave an issue if you find any bugs, I will fix it ASAP.
If you have any new ideas, feel free to make a pull request and wait for acceptance.