requestAnimation & cancelAnimationFrame cross browsers
npm install raf-domraf-dom
================
用于浏览器端的requestAnimationFrame和cancelAnimationFrame的跨浏览器方法
##### ES6
import { requestAnimationFrame, cancelAnimationFrame } from 'raf-dom';
##### commonjs
var requestAnimationFrame = require('raf-dom').requestAnimationFrame,
cancelAnimationFrame = require('raf-dom').cancelAnimationFrame;