April 2015
Intermediate to advanced
278 pages
5h 38m
English
Transitions are a special kind of animations where solely the change (transition) between two discrete values—so called states—is described. We can simply think of the previous animation example, a 1-dimensional dataset with the values blue and red, where these two values are interpolated during the animation period. In this previous example of the first section, we started from a custom animation and ended up step by step with a transition between these two states:

Transition between two states
In D3.js, we call the .transition() method on a Selection to create a transition object, which is again very similar to a ...
Read now
Unlock full access