search
HomeWeb Front-endHTML TutorialUse css3 to achieve windmill effect_html/css_WEB-ITnose

As mentioned before, css3 can replace many effects achieved by js. In fact, many times pure css3 can even replace pictures. You can draw some simple pictures directly using css3. Although the effect of pictures drawn with CSS3 may not be as good as using pictures directly, the implementation is also more complicated. The most troublesome thing is the compatibility issue, which is not as direct and practical as pictures. But thinking about solutions to problems in a different way can often inspire us and help us learn CSS3.

The demo given below will compare the windmill effect achieved with pictures and pure CSS3.

Let’s take a look at the static renderings first:

Windwheel animation renderings implemented with pure CSS3

The following is a brief introduction to how I use pure CSS3 To realize the animation effect of a windmill,

1. Draw the pillars of the windmill

We can see that the pillars of the windmill are an equilateral trapezoid. Through width, With the height attribute and border, we can realize many geometric figures, such as triangles, trapezoids, etc. You can refer to the trapezoid implementation method below to try the implementation of other figures yourself.

  1. display: block;
  2. height: 0;
  3. width: 4px; ;
  4. border-style: none solid solid;
  5. border-color: transparent transparent white;
Rendering

Achieving the effect of windmill columns

2. Draw the axis of the windmill

This step is relatively simple and can be easily achieved using the border-radius fillet attribute.

width:4px;

  1. height:4px;
  2. border:3px #fff solid;
  3. border-radius:5px; 🎜>3. Draw the leaves of the windmill
  4. The realization of the leaves of the windmill is the same as that of the pillars, except that the trapezoid is inverted.
height: 0;

width: 2px;

border-width: 50px 2px 0px 2px; : solid solid none;

border-color: white transparent transparent ;

4. Position the pinwheel page

    Use here It is implemented by rotate (rotation) of transform in css3. One thing to note is that when using rotate, you must first use origin to locate the center of the rotation. The default is the center of the element. Here we need to position it at the top of the element.
  1. -webkit-transform-origin:0px 0px;
  2. -webkit-transform:rotate(60deg);
  3. Effect diagram

Windmill fan page to achieve the effect

Use the above method to draw three windmill fans in sequence, and position the angles.

  1. 5. Realize the dynamic effect of the fan page
  2. The static windmill is drawn, and the next thing we have to do is to make it move. .
Earlier we could position the fan page as a child element of the axis element, so that we only need to achieve the rotation effect of the axis to make the fan page move accordingly.

The following is the implementation of animation

@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate (360deg)}} 

Put the implemented animation method rotate into our axis element, and the fan page can move.

-webkit-animation: rotate 4s linear infinite;

6. Improve effects and achieve compatibility

    At this point our windmill is basically completed. The previous codes are compatible with webkit core browsers (chrome, safari). Next, we will implement compatibility with other browsers and add a mouse hover to speed up the rotation. Our windmill is now complete.
  1. The performance of css3 is different in various browsers. The best effect is under Chrome browser. The pillars of the windmill under Safari will have pixel distortion issues (the same is the core of webkit, I don’t know why the performance is so bad) are different), we will try to solve this problem in the future.
Demo and download address are provided below

    Windmill effect achieved by css3
  1. Download
  2. (

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
What is the purpose of the <datalist> element?What is the purpose of the <datalist> element?Mar 21, 2025 pm 12:33 PM

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

What is the purpose of the <progress> element?What is the purpose of the <progress> element?Mar 21, 2025 pm 12:34 PM

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

What is the purpose of the <meter> element?What is the purpose of the <meter> element?Mar 21, 2025 pm 12:35 PM

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

How do I use HTML5 form validation attributes to validate user input?How do I use HTML5 form validation attributes to validate user input?Mar 17, 2025 pm 12:27 PM

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

What is the viewport meta tag? Why is it important for responsive design?What is the viewport meta tag? Why is it important for responsive design?Mar 20, 2025 pm 05:56 PM

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

What is the purpose of the <iframe> tag? What are the security considerations when using it?What is the purpose of the <iframe> tag? What are the security considerations when using it?Mar 20, 2025 pm 06:05 PM

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

What are the best practices for cross-browser compatibility in HTML5?What are the best practices for cross-browser compatibility in HTML5?Mar 17, 2025 pm 12:20 PM

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

How do I use the HTML5 <time> element to represent dates and times semantically?How do I use the HTML5 <time> element to represent dates and times semantically?Mar 12, 2025 pm 04:05 PM

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use