UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines (3 loc) 214 B
import { AnimationFrameAction } from './AnimationFrameAction'; import { AnimationFrameScheduler } from './AnimationFrameScheduler'; export const animationFrame = new AnimationFrameScheduler(AnimationFrameAction);