luisvinicius167 / ityped

Dead simple Javascript animated typing, with no dependencies.
https://ityped.surge.sh/
MIT License
2.33k stars 128 forks source link

add a tag/id/class to typed string #34

Open theiothing opened 6 years ago

theiothing commented 6 years ago

hello there. very nice project! you got my star. I was wandering if it is possible to add a tag or a class to the strings. In my unicorn world it would work like this:

window.ityped.init(document.querySelector("#typedTest"),{ strings: ["try this", "and THIS", and this], loop : false, disableBackTyping: true })

thanks a lot

m