https://github.com/ctrlplusb/cinderella
[WIP] A tiny transformation library.
https://github.com/ctrlplusb/cinderella
Last synced: 8 months ago
JSON representation
[WIP] A tiny transformation library.
- Host: GitHub
- URL: https://github.com/ctrlplusb/cinderella
- Owner: ctrlplusb
- License: mit
- Created: 2017-10-27T10:27:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T02:34:30.000Z (about 4 years ago)
- Last Synced: 2025-04-20T04:34:17.937Z (9 months ago)
- Language: JavaScript
- Homepage: https://cinderella.now.sh
- Size: 313 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> __Work in Progress__
# cinderella
A tiny transformation library.
```javascript
import cinderella from 'cinderella'
cinderella().add({
targets: '.foo',
transform: {
translateY: {
from: 0,
to: '-200px',
duration: 1000,
easing: 'easeInOutQuad',
}
}
}).play()
```
[](http://npm.im/cinderella)
[](http://opensource.org/licenses/MIT)
[](https://travis-ci.org/ctrlplusb/cinderella)
[](https://codecov.io/github/ctrlplusb/cinderella)
## Want more information?
Visit the website: https://cinderella.now.sh