forgeplus-react/node_modules/dom-lib/es/animation/nativeRequestAnimationFrame.js

3 lines
218 B
JavaScript

import getGlobal from '../getGlobal';
var g = getGlobal();
export default g.requestAnimationFrame || g.webkitRequestAnimationFrame || g.mozRequestAnimationFrame || g.oRequestAnimationFrame || g.msRequestAnimationFrame;