Advance icon indicating copy to clipboard operation
Advance copied to clipboard

Physics-based animations for iOS, tvOS, and macOS.

Results 4 Advance issues
Sort by recently updated
recently updated
newest added

use `changedValue == targetValue` is incorrect for some reason.

HI, I've been trying for hours to make the animation start, but couldn't. The `onChange` method, never gets called. This is the code: ``` let spring = Spring(initialValue: 0) spring.onChange...

Some of the samples were not compiling anymore, this PR fix the compilation errors.

This addresses #42 by adding completion handler support to `Animator`