d3 / d3-transition

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

transitions are not iterable. #113

Closed mbostock closed 4 years ago

mbostock commented 4 years ago

This should be fixed:

[...d3.transition()]

This would also fix transition.size.

mbostock commented 4 years ago

It was fixed.