DEV Community

Discussion on: A Typewriter, but using a New HTML Tag

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️ • Edited

This motivated me to finally update my own <type-writer> to deal with nested HTML elements instead of just text. Here is the result, and here is the code 😁

It's currently set up to just type out text in an endless loop, but of course it could easily be modified to wait for manual starting or emit events 🤔


Update: Mine now has a loop attribute for automatic looping and a bunch of event event-related stuff to go with it. Here's the code changes :D