acupoftee / 25-Days-Of-CSS-Animations

Code from 25 Days of CSS Animations challenge on CodePen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

25 Days of CSS Animations

Code from my 25 Days of CSS Animations challenge on CodePen.

✨ About

This year I spent 25 days practicing CSS with animations! This repo has the source code for each animation.

🤓 File Structure

Here's what you'll find when visiting each animation folder:

  • src
    • Contains the original code as written on CodePen and Visual Studio Code.
  • dist
    • Contains code that's been translated for browsers by CodePen. Because web browsers only understand HTML, CSS, and JavaScript, and not the alternatives used in this challenge, this allows my original code to be understood and displayed on the web \o/

📋 Relevant Links

🎨 Animations

About

Code from 25 Days of CSS Animations challenge on CodePen

License:MIT License


Languages

Language:CSS 83.7%Language:HTML 12.2%Language:JavaScript 4.1%