d3 / d3-zoom

Pan and zoom SVG, HTML or Canvas using mouse or touch input.
https://d3js.org/d3-zoom
ISC License
507 stars 143 forks source link

fix for selection.interrupted() error #161

Closed Cygnusfear closed 5 years ago

mbostock commented 5 years ago

It’s intentional that the zoom behavior interrupts transitions; if it didn’t, then the transition would always override user interaction.