stuffbyrae / scrapbook

A simple screenshot viewer for Playdate!
13 stars 0 forks source link

Moving through images quickly in viewer has stutter #4

Closed stuffbyrae closed 1 year ago

stuffbyrae commented 1 year ago

If you move left and right through the full-screen viewer quickly enough (or hold the key down to activate the repeattimer), the animation will duplicate over itself causing a jittery effect on the images.

• could be fixed by setting a "transition" variable to true when the animation starts, and only letting it initiate again after that variable is turned false at the end. Would need to make sure this whole process happens BEFORE the next keyrepeat is called, otherwise that could lead to some artificial delay