dev-AshishRanjan / Hacktoberfest-Frontend

Make your Pull Request for Hacktoberfest 2023 in the Web domain specially Frontend. And give this repo a ⭐
https://frontend-database.netlify.app
MIT License
15 stars 36 forks source link

Create AnimatedSpinner.html #9

Closed AniketTewari closed 12 months ago

netlify[bot] commented 12 months ago

Deploy Preview for frontend-database ready!

Name Link
Latest commit 41105878d0c7e0e68dad5885d33a8e8ae8e426ae
Latest deploy log https://app.netlify.com/sites/frontend-database/deploys/6521207658099600084e57f1
Deploy Preview https://deploy-preview-9--frontend-database.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

pr-explainer-bot[bot] commented 12 months ago

Pull Request Report

Greetings! 👋

Here is the report for the pull request:

Changes:

  1. Added AnimatedSpinner.html file.
  2. Added CSS styles for the spinner animation.
  3. Added HTML structure for the spinner and loading text.

Suggestions to Improve Code:

Bugs:

Improvements:

@keyframes rotate {
  0% {
    opacity: 1;
    transform: rotate(225deg);
    animation-timing-function: ease-out;
  }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    opacity: 1;
    animation-timing-function: linear;
  }
  70% {
    transform: rotate(815deg);
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(945deg);
  }
  76% {
    transform: rotate(945deg);
    opacity: 0;
  }
  100% {
    transform: rotate(945deg);
    opacity: 0;
  }
}

Rating:

I would rate the code 8 out of 10 based on the following criteria:

That's all for the report! Let me know if you need any further assistance. 😄

dev-AshishRanjan commented 12 months ago

@AniketTewari , I Merged this PR,

Please follow the Contribution Guideline present in : https://github.com/dev-AshishRanjan/Hacktoberfest-Frontend/blob/dev/CONTRIBUTING.md

To Do :

  1. ADD your project details in contribution/ProjectList.json

After doing this, create a new PR