You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there were an easy way to say “schedule a transition after the currently-active transition, if any”, it would be easier to create looped transitions. Currently, you have to remember this syntax:
So it doesn’t make sense to have a selection.activeTransition return a transition because a transition has a single id and there could be multiple transitions active if there are multiple selected elements. But here’s a working implementation for a single node:
Related d3/d3#2423.
If there were an easy way to say “schedule a transition after the currently-active transition, if any”, it would be easier to create looped transitions. Currently, you have to remember this syntax:
An alternative:
Or, at the expense of repeating the tweens in the first transition:
The text was updated successfully, but these errors were encountered: