4 lines
No EOL
255 B
JavaScript
4 lines
No EOL
255 B
JavaScript
import { AnimationFrameAction } from './AnimationFrameAction';
|
|
import { AnimationFrameScheduler } from './AnimationFrameScheduler';
|
|
export const animationFrame = new AnimationFrameScheduler(AnimationFrameAction);
|
|
//# sourceMappingURL=animationFrame.js.map
|