I have a list of comments. When a user submits a new comment it is appended to the end of the list. This causes the user to need to scrolldown to see the appended comment.
I want to auto scroll down in an animated way.
How can I animate scroll down to the bottom of the window?
thanks
Use scrollTop to scroll the page. If you know the element that was appended you can scroll to it’s offset top like this:
EDIT:
To scroll to the very bottom: