DEV Community

Discussion on: Pirates and CSS animations

Collapse
 
brandonmcconnell profile image
Brandon McConnell • Edited

Great introductory lesson to CSS animations! Normally I'd throw all of these animation steps into one unified animation per element, but it reads really well and it's much more user friendly the way you did it.

Here's a CSS animation I made recently which creates the effect of auto-typing text using only CSS (SCSS). Still buttoning up a few quirks, but it works for the most part. Similar to the typed.js effect.

cdpn.io/e/pGKaRK

*does not work in Safari or mobile browsers (at least for iPhone)

Collapse
 
siddharthkp profile image
Sid

Whaaaaaat, this is amazing Brandon!