Skip to content

v1.1.0

Compare
Choose a tag to compare
@devrelm devrelm released this 23 Aug 17:43
· 92 commits to master since this release

Build Status Coverage Status

Fixed

  • When requestAnimationFrame does not exist, call the callback immediately
    and ignore further events for 1/60th of a second. Old behavior was to wait
    1/60th of a second before calling callback.

Misc

  • Additional documentation in README
  • coveralls.io and travis badges in README
  • additional tests to cover setTimeout use case