grg021 / pfflipper

Page Forest APP - Flipper: A split-flap display simulator
5 stars 1 forks source link

5 second pause between screens starts when finished loading #20

Closed Bobby-Seidensticker closed 13 years ago

Bobby-Seidensticker commented 13 years ago

Type: !!!

zzz

and press play

Results: The zzz screen only gets less than a second of display time before flipping back to !!!

Expected: The 5 second timer should begin when the zzz screen is completely done

grg021 commented 13 years ago

Should now perform as expected. Added a counter that increments as new characters are transitioned and decrements as character animation stops. If counter is equal to 0, then, page is switched after 5 secs.

Bobby-Seidensticker commented 13 years ago

confirmed