d3 / d3-transition

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

transition.{attr,style} should short-circuit if the target value matches the current value (even if the target value is specified as a function, or a number). #88

Closed mbostock closed 5 years ago

mbostock commented 5 years ago

67 fixed the constant case, but introduced #87; we should fix the function case, too.