v0.20.1
Bug fixes
- Fixes the values returned by interpolators (linear / spline) when
t
is outside the[0, 1]
interval. This can happen when an easing function returns a value outside[0, 1]
(#140) - Don't normalize
w
andb
values whenhwb()
strings provide values whose sum goes over 100%