mirror of
https://github.com/wishthis/wishthis.git
synced 2026-04-21 15:09:40 -04:00
5 lines
315 B
JavaScript
5 lines
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
|