The text printing time felt pretty long to wait for the whole paragraph.
Also another simpler approach might be to use SVG animations like this: https://codepen.io/mikemjharris/post/svg-toggling
A bit of background: I'm a software engineer by trade, but I'm currently on sabbatical doing a year-long working holiday in Australia. I love riding bikes but only had the most beginner-level knowledge of them before I found a job at a bike shop. This was a fun personal project to try to capture some of what I've learned so far, targeted at fellow beginners. It's going to be incomplete/lacking if you already have some bike knowledge, but I hope you all enjoyed it all the same.
Please keep the feedback coming; it's late in Australia, but I want to make sure the bike info is at least accurate, if not comprehensive!
The text printing time felt pretty long to wait for the whole paragraph.
Also another simpler approach might be to use SVG animations like this: https://codepen.io/mikemjharris/post/svg-toggling
As for SVG, I've used that in other projects but since I was working with pixelated drawings instead of vectors, I chose canvas instead. The downside is having to do a lot more of the work on animations yourself (but this ended up being an upside for me since it was a lot of fun :) )