Skip to content

v0.20.1

Compare
Choose a tag to compare
@danburzo danburzo released this 09 Aug 11:04
· 133 commits to main since this release

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 and b values when hwb() strings provide values whose sum goes over 100%