chrisbateman / impetus

Agnostic utility for adding momentum to anything. It's like iScroll, except not for scrolling. Supports mouse and touch events.
chrisbateman.github.io/impetus
MIT License
487 stars 70 forks source link

Implements event #38

Open RomainFrancony opened 6 years ago

RomainFrancony commented 6 years ago

Events

As in #27, I needed more controls on Impetus lifecycle so I added events :

Caution update is now onUpdate in order to be more consistent on naming

Build on Windows

I added a few dependencies in order to be able to build on Windows (for rm and cp command)

panec commented 5 years ago

👍