Files
FloatApi/node_modules/rxjs/_esm2015/internal/scheduler/animationFrame.js
T
2022-03-07 22:07:57 +07:00

4 lines
255 B
JavaScript

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