CSS3 animation effects

Source: Internet
Author: User

To add an animation effect:

1 Animation-name: Specify animation name 2.animation-duration: Set Animation's total time-consuming 3.animation-duration: Set the number of times the animation is played, by default 1, you can specify a specific value, or you can specify infinite (unlimited) 4.ani Mation-direction:alternate: Social alternating animation alternate alternating 5.animation-delay:2s This is the state at the end of the animation's delay setting Animation: By default, after the animation finishes, Will go back to the original state Animation-fill-mode:both | | Forwards | | Backwardsforwards: The state at the end of the animation is preserved and, in the case of a delay, does not immediately go to the initial state of the animation backwards: the state at the end of the animation is not preserved, and if the animation has an initial state,   The name is immediately both to the initial state: The end state of the animation is preserved, and the initial state of the animation is immediately entered in the event of a delay animation-tining-function:linear uniform Animated event Function Animation-play-state:running | | Paused Play | | Pause Create animation @keyframes dong (animated name) {0%{Transform:translate () ...}  || From the equivalent of 0%50%{}..... 100%{}    || to{} to equivalent to 100%}

CSS3 animation effects

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.