1.0.8 • Published 7 years ago

animo-animate v1.0.8

Weekly downloads
21
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago