|
|
|
|
|
by oscilloscope
4879 days ago
|
|
You can skip data-binding, the update pattern and SVG for this kind of step-by-step animation. I use Canvas to render these and just a few d3 functions (scales, extents, json). Here's another example to learn from that uses similar techniques to get good performance out of Canvas: http://www.jasondavies.com/maps/transition/ |
|