UNPKG

@pwc-ra/components

Version:

PwC RA shared components library

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