Hacker News new | ask | show | jobs
by shashashasha 5413 days ago
If you look on Isotope's site, we're just using a StraightDown layout, not filtering anything, and animating the dots within each div individually.

Can't speak to the job growth numbers methodology as they come from SimplyHired.com

1 comments

Thanks for the info. Any tools you use for animating the dots and displaying the stats? Or is it plain javascript?
The animations are done with JQuery's .animate method, and since the stats are all across different ranges we're using D3's .scale and .quantize methods to normalize our positions.

If you have more specific JS questions than that I can point you at @golike who wrote all the code for this :)