d3 / d3-ease

Easing functions for smooth animation.
https://d3js.org/d3-ease
BSD 3-Clause "New" or "Revised" License
606 stars 42 forks source link

Added Cubic-Bezier easing #14

Closed krukon closed 8 years ago

krukon commented 8 years ago

Added support for Cubic Bézier curves as requested in #3

MarcMeszaros commented 8 years ago

I could really use this. Any update on timeline for the merge?

mbostock commented 8 years ago

This code would require a separate license since the source file is derived from one covered by the Mozilla Public License. Since this code isn’t particularly complicated, I’d rather have a clean-room implementation that could be covered by the existing BSD license for this repository. Alternatively, cubic Bézier easing could be released as a separate D3 module.