Skip to content

publicclass/request-animation-frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

request-animation-frame

A polyfill for requestAnimationFrame.

Installation

$ component install publicclass/request-animation-frame

API

var requestAnimationFrame = require('request-animation-frame');

function render(){
  requestAnimationFrame(render);

  console.log('yeah...')
}

License

MIT

About

A component for requestAnimationFrame polyfill.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published