d3 / d3-interpolate

Interpolate numbers, colors, strings, arrays, objects, whatever!
https://d3js.org/d3-interpolate
ISC License
494 stars 69 forks source link

Update readme for interpolateTransformSvg #21

Closed meeple142 closed 8 years ago

meeple142 commented 8 years ago

In d3 version 3.5.17 there is no interpolateTransformSvg but there is interpolateTransform. The readme for this repository has it as interpolateTransformSvg. It might be the up and coming api, so it might not really be an issue, but thought that I would let you know anyway.

Thank you for such an awesome library!

mbostock commented 8 years ago

If you want the D3 3.x API, see the D3 3.x API Reference and specifically d3.interpolateTransform.

If you want the D3 4.0 API, see the D3 4.0 API Reference and specifically d3-interpolate, d3.interpolateTransformSvg and d3.interpolateTransformCss.

Release notes that describe the changes between D3 3.x and 4.0 will be made available when D3 4.0 is officially released. At the same time, a notice will be added to D3 3.x wiki pointing to the new D3 4.0 API references.

meeple142 commented 8 years ago

Great! Thank you for the quick response and the clarification!