Achieved a visually captivating elastic animation effect with simple CSS transformations and keyframes. The solution turned out to be easier than expected.
- Introduction
- Purpose
- Features
- Pre-requisites
- File Structure
- Tools
- Preview
- Contributing
- Credits
- Author
This project demonstrates an elastic animation effect using CSS. The animation is designed to create a smooth, bouncing effect that is both visually appealing and simple to implement.
The purpose of this project is to showcase a unique CSS animation technique that can be used to add dynamic visual effects to web elements. This effect can be useful for enhancing user interfaces and making web pages more engaging.
- Simple and clean CSS code.
- Smooth elastic animation effect.
- Easy to integrate into any web project.
- Responsive design.
Before you begin, ensure you have met the following requirements:
- You have a web browser.
- You have basic knowledge of HTML and CSS.
The project directory is structured as follows:
Day-18-Elastic/ ├── index.html ├── styles.css ├── README.md
The following tools were used in the development of this project:
- Visual Studio Code
- GitHub
- CodePen
You can view a live demo of the project here.
ScreenShot
Contributions are always welcome! Please follow these steps to contribute:
- Fork the repository on GitHub.
- Clone your fork locally:
- Create a new branch:
- Make your changes and commit them:
- Push your changes to your fork:
- Open a pull request in the original repository and describe your changes.
git clone https://github.com/Yashi-Singh-1/Day-18-Elastic.git
git checkout -b feature/your-feature-name
git commit -m "Add your commit message here"
git push origin feature/your-feature-name
Thank you for your contributions!
This project was inspired by the 100 Days CSS Challenge.
Yashi Singh