interpolateTransform* can't interpolate rotation from 0 to 360 deg
iseeyou911 opened this issue · comments
Timofey commented
Hello
interpolateTransform* interpolate rotation with shortest path. So, looks like it's imposible to make interpolation from 0 to 360 deg. I think this is an issue.
d3-interpolate/src/transform/index.js
Line 21 in 255231b
Dan Burzo commented
@iseeyou911 this behavior matches the CSS spec
Mike Bostock commented
Duplicate of #44.