- From: Jake Archibald <jaffathecake@gmail.com>
- Date: Fri, 7 Jun 2013 10:40:58 +0100
- To: www-style@w3.org
Received on Friday, 7 June 2013 09:41:26 UTC
I see this being used in conjunction with position:sticky. It's common for a header to change state once it becomes sticky, or at some other point in the page. Google+ is doing this, for instance. Something like: @media (scroll-top-min: 300px) { /* change stuff, perhaps with transition */ } would reduce the need for a scroll event (which doesn't work well on mobile).
Received on Friday, 7 June 2013 09:41:26 UTC