5 ms·
Why do we need this?
by synor 14y ago
Why do we need this?
- 4lun 14y agoAnimating scrollTop is quite a common effect that some developers/designers add (personally I'm not a fan). Usually it's done using the jQuery animate function, meaning you can't take advantage of CSS transitions. As you can't add a CSS transition onto the window scroll, this demo is useful as it shows a workaround that achieves the same effect using CSS transitions.
- mitgux 14y agoGood answer, Thanks!