If you go here, you’ll see a “Danger Will Robinson” button that is probably set to CSS position:fixed. When you scroll down the page it stays at the top of the window/viewport. Notice there’s like a white box-shadow (or a fadeOut effect?) surrounding this box. Thus, as you scroll down the page, all of the elements (mostly grey buttons) seem to fade out.
I’m trying to figure out how to grab this cool ‘as-you-scroll-down, the-content-at-the-top-of-the-page-seems-to-fadeout’ effect. It’s a bit over my head.
There is an example demo here. Simply changing:
to:
will achieve the effect you seek.