In this summer with HTML5 (eight)

Source: Internet
Author: User

One, key frame
1. Notation: @keyframs (0%~100%)
@keyframsNAME {
0% {
CSS style {color:red;}
                 }
         . .
. .
         . .
}100% {
CSS style {color:red;}
                 }
the finer the frame design, the more realistic the animation! No triggering required compared to transitions
2, the implementation of animation required properties;
Amimation-name: Give the animation a name
animation-duration: Set animation duration
animation-timing-function: Set rate
function: Ease gradually slows down
Linear Uniform
ease-in Acceleration
Ease-out deceleration
ease-in-out acceleration and deceleration first
cubic-bizer: Custom Time Curve (X1,y1,x2,y2) four values of two points [0~1];
Animation-delay: Delay
Animation-iteration-count: The number of times the animation was executed, Infinite unlimited time by default
Animation-play-state: Used to control the animation playback state running;paused;
animation-direction: Direction of playback

Normal playback alternate means that the animation plays normally in odd number of times (1, 3, 5, and so on) and plays backwards in an even number of times (2, 4, 6, and so on).

The animation property is a shorthand property that defines various aspects of the animation:

–animation:name Duration timing-function delay iteration-count direction;

In this summer with HTML5 (eight)

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.