Just select all elements and then stop their transitions:
d3.selectAll("*")
.transition()
.duration( 0 );
On 9 Jun., 19:18, Hai <
mac...@gmail.com> wrote:
> Cool stuff! Is there a way to stop all transitions? I'm implementing a
> panning feature and I want all animations to stop immediately when
> it's in use.
>
> On Apr 14, 11:34 pm, xaedes <
xae...@googlemail.com> wrote:
>
>
>
>
>
>
>
> >Pausingand resuming of d3 - transitions is not a basic functionality