Files
30-seconds-of-code/node_modules/rxjs/_esm2015/internal/scheduler/animationFrame.js
2019-08-20 15:52:05 +02:00

4 lines
255 B
JavaScript

import { AnimationFrameAction } from './AnimationFrameAction';
import { AnimationFrameScheduler } from './AnimationFrameScheduler';
export const animationFrame = new AnimationFrameScheduler(AnimationFrameAction);
//# sourceMappingURL=animationFrame.js.map