DEV Community

Discussion on: Typing effect without Javascript

Collapse
 
victoroliveirab profile image
victoroliveirab

I love the CSS-only philosophy, and this code adds one more to the list! Thanks for sharing

Collapse
 
stokry profile image
Stokry

Me too, I try to write as little Javascript as possible!

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

Same here, I wrote some posts about that too:

dev.to/joelbonetr/build-your-own-c...

There are some concerns about CSS Only that can easily handled with few JS such making css only modals to not count as window.history registry for example, but I try to handle with CSS as much as I can, specially when going for performance and pagespeed.

Collapse
 
victoroliveirab profile image
victoroliveirab

Very nice article, Joel! I'll try it myself sometime!