animo-animate

1.0.8 • Public • Published

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
}

Package Sidebar

Install

npm i animo-animate

Weekly Downloads

69

Version

1.0.8

License

MIT

Last publish

Collaborators

  • thrivingkings