.js .waypoint {
  transition: 1s;
  opacity: 0.1;
}
.js .waypoint-hit,
.badjs .waypoint {
  opacity: 1.0
}
