Gradually loads all the cities of California from north to south, and then removes them from south to north.
Accomplished by sorting the d3 selection prior to the transition, and then adding a custom delay for each object using its index value.
This same principle can be used to progressively load data along any x or y axis.
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://d3js.org/topojson.v1.min.js to a secure url
Modified http://d3js.org/queue.v1.min.js to a secure url
https://d3js.org/d3.v3.min.js
https://d3js.org/topojson.v1.min.js
https://d3js.org/queue.v1.min.js