d3/d3-interpolate

Update readme for interpolateTransformSvg

meeple142 opened this issue · 2 comments

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!

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.

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