UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

7 lines (6 loc) 420 B
/** PURE_IMPORTS_START _AnimationFrameAction,_AnimationFrameScheduler PURE_IMPORTS_END */ import { AnimationFrameAction } from './AnimationFrameAction'; import { AnimationFrameScheduler } from './AnimationFrameScheduler'; export var animationFrameScheduler = /*@__PURE__*/ new AnimationFrameScheduler(AnimationFrameAction); export var animationFrame = animationFrameScheduler; //# sourceMappingURL=animationFrame.js.map