Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

animo-animate

ThrivingKings198MIT1.0.8

animo animation handler

animo, animo-animate, animate

readme

animo-animate

animo animation handler.

Install

❯ yarn add animo-animate

Usage

import animate from 'animo-animate';

animate(document.querySelector('.some-element'), { classNames: ['animated', 'bounce'] })
  .then(function() {
    /* ... */
  })
  .catch(function(err) {
    /* ... */
  })

Options

{
  classNames: ['animated'],
  keep: false
}