Open mckoss opened 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.
Type:
Hello
World
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).