UNPKG

chayns-components

Version:

A set of beautiful React components for developing chayns® applications.

9 lines (8 loc) 286 B
const IMMEDIATE = 0; const requestAnimationFrame = window.requestAnimationFrame || window.setImmediate || // eslint-disable-next-line func-names function (c) { return setTimeout(c, IMMEDIATE); }; export default requestAnimationFrame; //# sourceMappingURL=requestAnimationFrame.js.map