d3 / d3-transition

Animated transitions for D3 selections.
https://d3js.org/d3-transition
ISC License
224 stars 65 forks source link

Easing functions shouldn’t clamp internally. #3

Closed mbostock closed 9 years ago

mbostock commented 9 years ago

That’s a lot of duplicate code when d3.transition can easily guarantee the input is in the range [0, 1].