bordoley / reactive-js

Fast modern reactive Javascript programming library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clean up the AnimationGroupEventHandlerLike

bordoley opened this issue · comments

commented

They probably don't need to implement pauseable. just have the callers pass in pauseable schedulers and remove the methods from the interfaces.

Also we can then rename them to EventHandlerLike and EventGroupHandlerLike, since they need not be animation specific anymore.

commented

consider if this impacts how we define hooks in the react package as well.