Animation of CSS

Source: Internet
Author: User

The new attribute animation added in CSS3 is used to animate the element. But animation can't take the effect of animating it alone.

Use animation to invoke the animation effect function. For example, it will use the name of the dynamic effect, how long it takes to complete the dynamic effect, the action is performed only once or always loop.

Animation:myanimation 3s infinate;infinate is the meaning of infinite loops.

Use Keyframe to define animation effects.

        @keyframe myanimation {            from{animation code}            to{animation code}        }        
I want to fly, I want to fly.
Ah ...
Who the hell dragged me down ...
1     </style>2 #cartoon {3 Background-color:yellow;4 height:100px;5 width:200px;6 animation:animationdiv 3s;7         }8 @keyframes Animationdiv {9 from{Ten Position:absolute; One top:500px; A left:0; -             } - To { the Position:absolute; - top:100px; - left:500px; -             } +         } -     </style> +     <DivID= "Cartoon">I want to fly, I want to fly. <br> Ah ... Who the hell dragged me down ... &LT;BR&GT;TMD dragged me down ...</Div>
Reference

CSS3 New Style Big parse: [8]animation element animation

Animation of CSS

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.