scrollView:scrollTo doesn't work when set time to zero

I’ve tried using scrollView:scrollTo(“bottom”,{time=0}) but it does nothing. I tried changing the time to time=400 in order to check if it was my error and it works perfectly. Not sure if this is the bug.

If so, I want to do the scroll view from bottom to top. Could anyone tell me how to do that?

Dunno if this is a bug or not, but given that at 60 fps, each frame updates in 167 milliseconds, any update time less than that will result in the scrollView jumping to the bottom with no visible effect.  Just set the time to 1 and you should be good to go.

Rob

Thank you Rob, set the time to 1 is almost no different so I think this problem is solved now. Thank you very much.

Dunno if this is a bug or not, but given that at 60 fps, each frame updates in 167 milliseconds, any update time less than that will result in the scrollView jumping to the bottom with no visible effect.  Just set the time to 1 and you should be good to go.

Rob

Thank you Rob, set the time to 1 is almost no different so I think this problem is solved now. Thank you very much.