Skip to content

v0.9.0

Compare
Choose a tag to compare
@danburzo danburzo released this 15 May 09:17

culori.interpolate() now supports:

  • color stop positions
  • interpolation hints (midpoint positions)
  • easing functions

Color stop positioning and interpolation hints are based on the CSS Images Level 4 working draft, but differs slightly in that interpolation hints don't alter the position of color stops.

Support for easing functions* inspired by @meyerweb's proposal.

*Easing functions not included.