Hacker News new | ask | show | jobs
by StanAngeloff 2525 days ago
I've tweaked this to allow for the comments/favourite/etc. to show after you stop moving your mouse for a while:

  tr.athing + tr { opacity: 0; }

  tr.athing:hover + tr,
  tr.athing + tr:hover { opacity: 1; transition: opacity 2.3333s cubic-bezier(1.000, 0.005, 1.000, -0.500); }