Repeating Animations

See this,

ok

how would i make it stutter instead of an instant transition, like a wait until it moves

You can use a timer (setTimeOut) to delay your initial call to requestAnimationFrame. The following article and video can help: Timers in JavaScript

ok