Skip to content
Youths Forum Youths Forum Youths Forum

Tech Blogs & Programming Tutorials

Youths Forum Youths Forum Youths Forum

Tech Blogs & Programming Tutorials

  • Blog
  • News
  • Programming
    • PHP
    • JavaScript
    • JQuery
    • CSS
    • HTML
    • API
  • Stock Market Live
  • Automobiles
    • Cars
  • Gadgets
    • Phones
    • Android Phones

Categories

  • Automobiles (12)
    • Cars (7)
  • Blog (103)
    • Poems (2)
    • Space (2)
  • Command (2)
  • Education (2)
  • Entertainment (4)
  • Gadgets (9)
    • Phones (8)
      • Android Phones (4)
  • HTML Templates (11)
  • IT Training Institutes (1)
  • Lifestyle (4)
  • News (51)
  • Others (23)
  • Programming (296)
    • API (16)
    • CSS (83)
    • Database (4)
    • Hosting (1)
    • HTML (37)
    • JavaScript (117)
      • JQuery (27)
      • ReactJS (7)
    • PHP (116)
  • Python (3)
  • recipes (1)
  • SEE Result (1)
  • Server (3)
  • Blog
  • News
  • Programming
    • PHP
    • JavaScript
    • JQuery
    • CSS
    • HTML
    • API
  • Stock Market Live
  • Automobiles
    • Cars
  • Gadgets
    • Phones
    • Android Phones
Close

Search

CSS

Rotating Fan Animation using HTML and CSS

By Admin
August 30, 2021 2 Min Read
0

In this tutorial, we are going to create a rotating fan animation using HTML and CSS.

Source Code

index.html

<html>
  <head>
    <title>Moving Fan Animation using HTML and CSS</title>
    <link rel="stylesheet" href="style.css">
  </head>


  <body>
    <div class="fan fan-1">
      <div class="core-part">
        <div class="wing wing-1"></div>
        <div class="wing wing-2"></div>
        <div class="wing wing-3"></div>
        <div class="wing wing-4"></div>
        <div class="wing wing-5"></div>
        <div class="wing wing-6"></div>
      </div>
    </div>
    <div class="fan fan-2"></div>
    <div class="fan fan-3">
      <div class="buttons">
        <div class="button"></div>
        <div class="button"></div>
        <div class="button"></div>
        <div class="button"></div>
      </div>
    </div>
  </body>
</html>

style.css

body{
  margin: 50px 0 0;
  background: aliceblue;
}

.fan{
  margin: 0 auto;
  background: black;
}
.fan-1{
  z-index: 2;
  width: 275px;
  height: 275px;
  border: 10px solid blue;
  border-radius: 50%;
}
.fan-1:hover{
  animation-name: swing;
  animation-duration: 5s;
  animation-timing-function: liner;
  animation-iteration-count: infinite;
}
@keyframes swing{
  0%{
    transform: none;
  }
  25%{
    transform: rotate(90deg);
    transform: translate(25px);
  }
  50%{
    transform: none;
  }
  75%{
    transform: rotate(-90deg);
    transform: translate(-25px);
  }
  100%{
    transform: none;
  }
}
.core-part{
  margin: 0 auto;
  background: gainsboro;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  top: 112px;
  opacity: 1.0;
  animation-name: rotation;
  animation-duration: 0.01s;
  animation-timing-function: liner;
  animation-iteration-count: infinite;
}
@keyframes rotation{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}

.wing{
  margin: 0 auto;
  background: lightsteelblue;
  width: 30px;
  height: 100px;
  border-radius: 5px;
  position: relative;
}
.wing-1{
  top: 50px;
  transform: rotate(0deg);
}
.wing-2{
  right: 65px;
  bottom: 88px;
  transform: rotate(60deg);
}
.wing-3{
  right: 64px;
  bottom: 264px;
  transform: rotate(120deg);
}
.wing-4{
  bottom: 400px;
  transform: rotate(180deg);
}
.wing-5{
  left: 65px;
  bottom: 462px;
  transform: rotate(240deg);
}
.wing-6{
  left: 65px;
  bottom: 488px;
  transform: rotate(300deg);
}
.fan-2{
  z-index: 1;
  width: 50px;
  height: 140px;
  border-radius: 5px;
  border-top: 10px solid blue;
  position: relative;
  border-bottom: 3px solid dimgray;
  bottom: 10px;
}
.fan-3{
  width: 250px;
  height: 140px;
  border: 5px solid blue;
  border-radius: 20px;
  position: relative;
  bottom: 35px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.buttons{
  margin-top: 70px;
  width: 100px;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-content: center;
}
.button{
  width: 15px;
  height: 15px;
  background: gray;
  border-radius: 50%;
}








 

Author

Admin

Follow Me
Other Articles
Previous

News site Design with HTML, CSS and Bootstrap

Next

Navigation Bar Using HTML & CSS | HTML & CSS Tutorial

No Comment! Be the first one.

Leave a Reply

Your email address will not be published. Required fields are marked *

FIFA World Cup 2026 Predict and Win by SportsGuff

Recent Posts

  • Unpacking Nepal’s Record Rs 2.12 Trillion Budget and What It Means for You
  • How to Write a Strong Scholarship Application: The Ultimate Step-by-Step Guide
  • How to Prepare for Exams Without Stress: The Ultimate Science-Backed Guide
  • Chiranjibi Adhikari Appointed Acting President of CAN Federation
  • How to Design a Student Marksheet Using HTML and CSS

Tags

adsense ai animate animation animation using HTML and CSS API blog calculator chatgpt Cryptocurrency CSS css animation design Email Facebook featured filemanager file manager free template google htaccess HTML image Instagram interview javascript JQuery jquery ui NADA AutoShow NADA Auto Show 2024 password PHP Progressive Web App PWA QR random react reactjs Rotate travel Twitter vpn youthforum youthsforum youtube

About Us

At Youths Forum, we are passionate about sharing knowledge that empowers students, educators, professionals, and technology enthusiasts.

Our Mission

Our mission is simple: to make technology and education accessible, understandable, and beneficial for everyone. We strive to create content that helps our readers learn new skills and stay updated with industry developments.

RSS RSS

  • Unpacking Nepal’s Record Rs 2.12 Trillion Budget and What It Means for You Admin
  • How to Write a Strong Scholarship Application: The Ultimate Step-by-Step Guide Admin
  • How to Prepare for Exams Without Stress: The Ultimate Science-Backed Guide Admin

Quick Links

  • Stock Market Live
  • Parliament Election 2082
Copyright 2026 — Youths Forum. All rights reserved. Blogsy WordPress Theme