1.1.2 • Published 4 years ago

raf-dom v1.1.2

Weekly downloads
8
License
ISC
Repository
github
Last release
4 years ago

raf-dom

用于浏览器端的requestAnimationFramecancelAnimationFrame的跨浏览器方法

安装

$ npm install --save raf-dom

使用

ES6
import { requestAnimationFrame, cancelAnimationFrame } from 'raf-dom';
commonjs
var requestAnimationFrame = require('raf-dom').requestAnimationFrame,
    cancelAnimationFrame = require('raf-dom').cancelAnimationFrame;
1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

7 years ago

1.0.0

7 years ago