Welcome to my CSS Animation Experiments repository! 🎨✨ This project is a collection of creative and interactive animations built using HTML and CSS. Feel free to explore, copy, and integrate these snippets into your own projects. 🚀
- Pure CSS Animations – No JavaScript required for most effects.
- Modular Code – Easy to copy and customize.
- Browser Compatibility – Optimized for modern web browsers.
- Clone the repository:
git clone https://github.com/KostasSliazas/animations.git
- Open the project folder:
cd animations
- Open
index.html
in your browser to explore the animations. For example:firefox index.html
- Copying Animations: Each animation is designed as a reusable module. Copy the corresponding HTML and CSS snippets into your project.
- Customizing Effects: Modify properties like
duration
,timing-function
, andkeyframes
to create personalized effects.
- HTML5 – Structure
- CSS3 – Styling and animations
A few highlights:
- Loader Spinners – Eye-catching loading indicators.
Contributions are welcome! If you have cool ideas, submit a pull request or open an issue. Let's create something amazing together! 🌟
Happy Coding! 💻✨