Transitions for [Ractive](http://www.ractivejs.org/), using [animate.css](https://daneden.github.io/animate.css/)
npm install ractive-animatecssTransitions for Ractive,
using animate.css
This library lets you use any of the animate.css transitions as an Ractive intro or outro
transition using the animate: prefix:
``html`
RAD
Full list of transitions are here.
Based on a gist from cfenzo
----
_Note: these transitions are a self-registering CommonJS module, and in the browser
requires a module system such as Webpack or Browserify._
npm install ractive-animatecss
`js`
var Ractive = require('ractive');
require('ractive-animatecss');
`js`
import Ractive from 'ractive';
import 'ractive-animatecss';
`html``
Cool