R implementation of typed.js for Rmarkdown.
See site for all details.
# install.packages("devtools")
devtools::install_github("JohnCoene/typed")
typed("Hello")
typed("Emphasis word <span style ='color: red;'>with html</span>.", contentType = "html")
typed(c("First sentence.", "Second sentence", typeSpeed = 2))