animo-countdown

1.0.8 • Public • Published

animo-countdown

animo countdown bar.

Install

❯ yarn add animo-countdown

Usage

import countdown from 'animo-countdown';
 
countdown(document.querySelector('.some-element'), { total: 90 })
  .then(function() {
    /* ... */
  })
  .catch(function(err) {
    /* ... */
  })

Options

{
  color: '#ddd',
  elapsed: 0,
  total: 60
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.8
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.8
    11
  • 1.0.7
    0
  • 1.0.6
    0
  • 1.0.5
    0

Package Sidebar

Install

npm i animo-countdown

Weekly Downloads

11

Version

1.0.8

License

MIT

Last publish

Collaborators

  • thrivingkings