grg021 / pfflipper

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

Needs to restart animation on setDoc call. #36

Open mckoss opened 13 years ago

mckoss commented 13 years ago

Result:

When the document loads, the first screen of the "blank-document" message is displayed. It is only cleared when it transitions to page 2 "World".

Expect:

Immediates on loading a new document, we should stop the current animations, reset to page 1, and start playing from there (i.e., it should show page 1 with no animations, wait 5 seconds, and then animate to page 2).

grg021 commented 13 years ago

Should be fixed by now. First I check (onready) if there is a hash extension on the url. If there is none, the default text is played, else, the textarea is cleared and setdoc replaces the text with the document text.