Dropped unused dependency on core.async Updated to use Clojure 1.9
Droped dependency to react-with-addons, breaking: removes css-transition-group and transition-group
Dependency version bumps
Fixes warning about atom with no arguments
Destructure mass, stiffness, damping from spring opts
Included transition group examples
Package rename from timothypratley/reanimated
to reanimated
Spring threshold is now a % of the travel distance (to support small unit scales).
Namespace rename from timothypratley.reanimated
to shorter reanimated
.
Improved performance, moved to reagent 0.6.0-alpha2. Thanks Ben Yorke!
Added scroll-x and scroll-y ratoms (thank you @johnmn3). Documented functions and ran codox to produce API docs. Some helper functions have been made private to avoid distraction.
Fixed pop-when initial state
Added timeline component
Inital release