Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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')
})
```