Have a peek at the following codepen. It features a slick animation that is made with html, css, and js, the skills that we all learn here on FCC.
This program uses some external JS libraries. Many others use non-vanilla CSS. I often see terms used like “pure CSS” or “one element” or “no-element”. Is there a name for this kind of animation? Are there many different kinds? Do the non-vanilla CSS kinds have a different name than the ones made with JS libraries, for example?
Where can we learn more about building these animations?