Skip to content
  • Mike Bostock's avatar
    Consistent timing for subtransitions. · 3f3569cc
    Mike Bostock authored
    It was previously possible for small differences in the reference time for
    subtransitions. This could lead to tearing with expensive transitions, as some
    transitions would have slightly different reference times than the others. This
    is fixed by passing the reference time along explicitly when deriving a new
    transition, either by the transition or selection operators.
    3f3569cc