bordoley / reactive-js

Fast modern reactive Javascript programming library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't use createAnimationFrame directly in Streamable.createAnimationGroupEventHandler.

bordoley opened this issue · comments

commented

const animationScheduler: PauseableSchedulerLike = pipe(

I would be better to require the caller to choose the scheduler and pass it in via subscribe.