2

I have a div element in my View which has overflow: scroll. Basically sometimes the contents of that div might be too long. And since I want to contain it inside its' parent, I have added overflow: scroll to it.

How can I trigger an animation which will scroll to the bottom of that div if there is overflow. I want to add an animation which would scroll from the top to the bottom of that div slowly, presenting to the user that this is scrollable and there is more info on it.

0 Answers0