ticktack

0.1.1 • Public • Published

ticktack Build Status

Simple EventEmitter wrapper of requestAnimationFrame/setTimeout.

Installation

npm install ticktack

Example

var Tick = require('ticktack');
var tick = new Tick();

tick.on('tick', function(tick, date) {
  console.log('tick: ' + date);
});

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i ticktack

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • hanamura