@f/raf
v1.0.3
Published
Request animation frame (polyfilled if it doesn't exist)
Downloads
54,629
Readme
raf
Request animation frame (polyfilled if it doesn't exist)
Installation
$ npm install @f/raf
Usage
var raf = require('@f/raf')
raf(function () {
element.scrollIntoView()
})
API
raf(fn)
fn
- The function to be executed on the next animation frame
Returns: An integer id. Pass this to raf.cancel(id)
if you want to cancel the frame before it happens.
License
MIT