d3 / d3-transition

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

.end() with textTween causes uncaught promise when used at the same time as d3-force #120

Closed neil-oliver closed 3 years ago

neil-oliver commented 3 years ago

Calling .end() at the same time as a force animation is happening causes an uncaught (in promise) error. No visible signs of any issues can be seen except the error log. Removing the .end() call removes the error.

mbostock commented 3 years ago

Please provide a reproduction in code if you’d like us to investigate. Thank you.