Wave is a spring-based animation engine for iOS and macOS that makes it easy to create fluid, interruptible animations that feel great.
2.04k
stars
55
forks
source link
Expose velocity of underlying view property animations #2
Open
jtrivedi opened 2 years ago
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.