impetus icon indicating copy to clipboard operation
impetus copied to clipboard

Implements event

Open RomainFrancony opened this issue 6 years ago • 1 comments

Events

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

  • onStart : called when starting to drag the element
  • onStartDecelerating : called when the deceleration begun
  • onEndDecelerating : called when the deceleration has ended

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)

RomainFrancony avatar Jun 03 '18 19:06 RomainFrancony

👍

panec avatar Apr 15 '19 16:04 panec