Releases: kirankunigiri/Sprint-JavaFX-Animation
Sprint v1.02
v1.02 comes with a much better way to set animation interpolators. A set of custom Interpolators are included, and you can initialize them with a custom easing method as well! These updates make animating with interpolators much more customizable and easier.
Specifics:
The entire SprintInterpolators class was removed, and instead, each Interpolator is now its own class. You can also pass in an easing type (ease in, ease out, ease in + out) to an interpolator. In addition, the documentation and comments were cleaned up and improved.
Sprint v1.01
A new release with a few issues fixed, including making the Sprint Interpolators accessible outside of the package and some renaming.
Sprint v1.0
The first release of sprint(); contains a the quick animation features along with a variety of helper animation functions. Check the documentation for how to use sprint(); More features will be added with each release.