text.unfold
description
Unfolds the text in delay
milliseconds.
syntax
getText(ELEMENT_NAME).unfold(delay)
-
delay
:
since
PennController 1.3example(s)
@newText("Hello world")
$ .unfold( 3000 )
@,
@newTimer(3000)
@ .start()
@ .wait()
- Starts unfolding the text “Hello world” in 3s (which is very slow for only two words) and immediately starts a 3s timer and waits until it ends.