bordoley / reactive-js

Fast modern reactive Javascript programming library
MIT License
10 stars 0 forks source link

clean up the AnimationGroupEventHandlerLike #511

Closed bordoley closed 1 year ago

bordoley commented 1 year ago

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.

bordoley commented 1 year ago

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