Bug fix for Enumberable impl on Easing.Range
Rename Easing.AnimationRange
to Easing.Range
Bad release for 0.2.0, didn't actually include the stated changed.
Implemented reverse range support for %Easing.AnimationRange
Fixed impossible range bug (no impossible ranges, always returns empty list)
Bug fix: corrected Easing.AnimationRange.calculate/2
to properly segment based upon frames within the framerate over the given duration
- Changed
Easing.AnimationRange.size/1
to calculate an inclusive result
- ensure all return values are Float
- ensure that
to_list
andstream
include thefirst
andlast
values precicely - resolved various Dialyzer warnings
- Initial release (Brian Cardarella)