0.0.4 • Published 9 years ago

@nathanfaucett/request_animation_frame v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

requestAnimationFrame

requestAnimationFrame for the browser and node.js

var requestAnimationFrame = require("@nathanfaucett/request_animation_frame");

requestAnimationFrame(function(ms) {
    console.log(ms);
});