1.0.8 • Published 7 years ago

animo-rotate v1.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

animo-rotate

animo rotation.

Install

❯ yarn add animo-rotate

Usage

import rotate from 'animo-rotate';

rotate(document.querySelector('.some-element'), { deg: 90 })
  .then(function() {
    /* ... */
  })
  .catch(function(err) {
    /* ... */
  })

Options

{
  interval: 1000,
  iterate: 1,
  deg: 180,
  keep: false,
  timing: 'linear'
}
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