I've seen a nice slow down effect on some web pages. The page "slows down" (I mean the scrool speed) when you reach the bottom when you scrool it. Is that a browser setting/plugin or can it bee done by code ... js maybe ? or css ? Does anyone have an ideea about what I am talking about ? If it can be done please tell me how so I can include it in my website.
Sorry, I can't remember it now, i've tried to find it but can't. I don't think it's a browser setting since I only found it on a few sites. It must be done somehow. It's a simple effect, when you scrool the page down, when you reach the last 80-100 pixels the scrool speed slows down, the whole page seems like it's slowing down and stoping at the bottom, contrary to the speed you where scrooling before.
It's not CSS. Behaviour like that is usually Javascript. CSS cannot control timing or things like fades (though it can do semi-transparency). ..And if it's Javascript then there's likely a Mootools version of it.