Because of the covid-19 pandemic, almost all the people have been forced to teach online. I was using writting apps like xournal, but my writting is awful, so I was looking for apps which emulate a blackboard and where I do not need to write by hand.
Some colleagues are using Beamer, but I would like to emulate a blackboard.
I almost did it, in the sense that I changed the background color and the size of the document in the book LaTeX style, and it seems like a blackboard. But it would be awesome if I could use in either the book or the article style something similar to the Beamer command \pause.
I would like to know is there is a command similar to \pause in Beamer but for normal styles in LaTeX like book and article.
If not, I would like to know how difficult it would be to program it in normal LaTeX.
Moreover, I would like to know if there is a LaTeX package which emulates a blackboard.
Thanks a lot.

\pauseis tricky, it would be (much) easier to use beamer but using a style that drops all the header and footer and navigation ornaments and looks more like your image. Then you could use\pauseand other beamer overlay features<1>etc. – David Carlisle Nov 04 '20 at 14:44standaloneframefrom thestandaloneclass allows you to combine the\pauseand so on facilities with any geometry you may want to use for your blackboard. – Nov 04 '20 at 18:17