1.0.8 • Published 9 years ago

animo-animate v1.0.8

Weekly downloads
21
License
MIT
Repository
github
Last release
9 years ago

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
}
1.0.8

9 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago