live sample in bl.ocks.org
There are some tips in this sample.
- CSS: nth-child and it's ranging
- CSS: transition opacity and top properties. (I tested with display property, too)
- CSS: override nth-child properties by :not() peseudo attribute. (specifiticy)
- javascript: scroll to element.
- javascript: forEach on Array-like object.