-
- Downloads
Use body element when animating scroll in public page
In the public page the scroll container is the window instead of a div. The $(window) object doesn't support animating the scroll property, so the $('body') element is used instead.
Loading
Please register or sign in to comment