jtrivedi / Wave

Wave is a spring-based animation engine for iOS and macOS that makes it easy to create fluid, interruptible animations that feel great.

Home Page:https://jtrivedi.github.io/Wave/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose velocity of underlying view property animations

jtrivedi opened this issue · comments

Currently, if you use the Wave.animate(withSpring:) API to animate some view properties, you can't easily get the velocity of those animations after.

We should expose this somehow.