How to Style Typing Animation in Javascript
问题 I was wondering if there was any way to make the typing text come in as different font sizes. I have attached a jsfiddle that shows what I have done so far. Is there a way to assign a class to each sentence? Thank you! https://jsfiddle.net/te4fo7fh/embedded/result/ var tt_element = document.getElementById("tt_element"); var tt_text = "It would be great if this sentence came in 12pt fontsize.^with the typing effect being editable.^^And this one came in 30pt font size."; var tt_array = tt_text