I once had a pausing problem too when I was developing a title screen with just scrolling text.
Turns out i had a data type error.
My positioning was in integers instead of floats. So when the delta was updating it was so fast it would not go to the…