A simple, yet elegant, SVG-based check circle animation built with HTML and CSS.
- Pure HTML and CSS implementation.
- Scalable SVG graphics for crisp visuals on any display.
- Smooth and customizable animation sequences.
- Easy integration into any web project.
To use the Check Circle Animation in your project, simply clone this repository and incorporate the HTML and CSS into your files.
No prerequisites are needed for this project, as it only uses HTML and CSS.
- Clone the repository:
git clone https://github.com/yourusername/check-circle-animation.git
- Include the
style.css
in your project's HTML file:
<link rel="stylesheet" href="path/to/style.css" />
- Copy the SVG code from the
index.html
or directly include the HTML file in your project.
The Check Circle Animation is ready to use out of the box. You can customize the animation by adjusting the CSS properties according to your needs.
- Animation Duration: Modify the duration in the CSS keyframes to make the animation faster or slower.
- Colors: Change the
color
in the CSS to change the color of the check mark and circle. - Size: Adjust the
width
andheight
attributes in the SVG for scaling the animation.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat: Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
HUORT Louis - louis@huort.com