Thank you so much for reading!
Typewriter effect is just some fancy code - essentially I take advantage of the fact that you can read a string in like a list, so I go through one character at a time and then append each character onto the text box with each loop. Although when I was originally conceiving it I did ponder whether I wanted to fake the effect with a transition instead (like wiping between two cards one with the text on it) so that could work also maybe.
TBH the thing about Decker is you can kinda do anything! I've found it really liberating.