Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/we-lib/animate-js
Easy js port for animate.css
https://github.com/we-lib/animate-js
Last synced: 23 days ago
JSON representation
Easy js port for animate.css
- Host: GitHub
- URL: https://github.com/we-lib/animate-js
- Owner: we-lib
- Created: 2014-09-05T16:49:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-11T06:05:31.000Z (over 10 years ago)
- Last Synced: 2024-11-09T23:08:18.113Z (about 2 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# animate-js
Easy js port for [animate.css](https://github.com/daneden/animate.css)
## Usage
```html
``````js
var $box = $('#box')
$box.animateCss('bounceIn', function(){
$box.animateCss('zoomOutDown')
})
```