UNPKG

@ionic/angular

Version:

Angular specific wrappers for @ionic/core

10 lines 323 B
export const raf = (h) => { if (typeof __zone_symbol__requestAnimationFrame === 'function') { return __zone_symbol__requestAnimationFrame(h); } if (typeof requestAnimationFrame === 'function') { return requestAnimationFrame(h); } return setTimeout(h); }; //# sourceMappingURL=util.js.map