Anybody know a way to change the easing transition for “scrollToPosition” (or “scrollTo”)?
I’m making a simple credits screen and the easing appears to be cubic so it speeds up as the credits roll. I’d prefer linear. Something like this (but this doesn’t work):
credits:scrollToPosition({y=-2000, time=40000, transition = easing.linear })