wishthis/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrame.js
2022-06-08 12:36:39 +02:00

5 lines
No EOL
315 B
JavaScript

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