grg021 / pfflipper

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

Example from spec has issues. #10

Closed mckoss closed 13 years ago

mckoss commented 13 years ago

Enter the following into the text area:

Hello, There!

---
This is a demo of
the Flap Display Simulator

---
You can use it to display
your own messages or
as a presentation tool.

---
Just change the text below
to customize your own message.

---
You can then save it and send
the link to your friends

Click "Play"

Result:

Some characters keep spinning endlessles.

Expect:

OK for long lines to clip - but should loop through all of these pages w/o errors.

mckoss commented 13 years ago

Note that the spec requires a 5 second pause on each slide in play mode AFTER all of the letters have stopped animating.

mckoss commented 13 years ago

Note that when characters continue to "flap" - (never stop in this demo) - the CPUI on my computer is elevated to 40%.

grg021 commented 13 years ago

Fixed issue with the use of clipText function. Pages loop w/o errors now.

Bobby-Seidensticker commented 13 years ago

Fixed except for the 5 second pause. It should start after all letters are finished loading.

mckoss commented 13 years ago

new issue for pause bug