CSS3 animation function, css3 Animation

Source: Internet
Author: User

CSS3 animation function, css3 Animation
1. transition Function

How to use the transition attribute: transition: property duration timing-function;

Here, property indicates the attribute to be smoothly transitioned, duration indicates how long the smooth transition of the attribute value is completed, and timing-function indicates the method used for smooth transition.

Examples of multiple smooth transitions:

1 <! DOCTYPE html> 2 2. animation function

Example:

1 <! DOCTYPE html> 2 

Animation implementation method:

Method Attribute value change speed
Linear Changes at the same speed at the beginning and end of the animation
Callback-in The animation starts slowly, and the speed increases along the curve value.
Timed-out The animation starts quickly and then slows down along the curve value.
Bytes When the animation starts, the speed increases along the curve value, and then slows down along the curve value.
Memory-in-out When the animation starts, the speed increases along the curve value, and then slows down along the curve value.

Related Article

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.