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. |