In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
The main content of this article is to explain "css how to achieve the animation effect of rotating all the time". Interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn "css how to achieve the animation effect of rotating all the time"!
Methods: 1, use the "element {animation: name time infinite}" statement to bind the element to the animation; 2, use the "@ keyframes name {100% {transform:rotate (rotation angle)}}" statement to set the animation rotation action to achieve the element rotation effect.
The operating environment of this tutorial: windows10 system, CSS3&&HTML5 version, Dell G3 computer.
How to realize the effect of continuous rotation Animation by css
In css, you can use the animation attribute to make an element binding animation. The animation attribute can control the duration and frequency of the animation. The syntax is as follows:
Animation: name duration timing-function delay iteration-count direction
Where:
When the value of the attribute is set to "infinite", the animation is played indefinitely so that it can be rotated all the time when we bind the element to the rotation animation.
Then animate the rotation action through the @ keyframes rule.
Examples are as follows:
Document div {width:100px; height:100px; background-color:pink; animation:fadenum 5s infinite;} @ keyframes fadenum {100% {transform:rotate (360deg);}}
Output result:
At this point, I believe you have a deeper understanding of "css how to achieve the animation effect of rotating all the time". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.