Skip to content
  • Mike Bostock's avatar
    Revert piecewise interpolation for transforms. · 91630afc
    Mike Bostock authored
    Rather than adopting CSS’s elaborate rules for detecting when the start and end
    transform are the same type as using piecewise (i.e., string-based)
    interpolation, we always use the consolidated transform transition. If you want
    to use string-based interpolation, simply specify d3.interpolateString as the
    interpolator. Fixes #746.
    91630afc