The transition of CSS

Source: Internet
Author: User

Transition Transition Parameters:
Trasition-property: Retrieves or sets the properties of the participating transitions in the object (All,none, which specifies the CSS properties to be staged)
Transition-duration: Setting the duration of the object transition
Transition-timing-function: Retrieves or sets the animation type of transitions in an object:
(Linear: linear transition. Equivalent to Bezier curve (0.0, 0.0, 1.0, 1.0)
Ease: smooth transitions. Equivalent to Bezier curve (0.25, 0.1, 0.25, 1.0)
Ease-in: from slow to fast. Equivalent to Bezier curve (0.42, 0, 1.0, 1.0)
Ease-out: From fast to slow. Equivalent to Bezier curve (0, 0, 0.58, 1.0)
Ease-in-out: From slow to fast to slow. Equivalent to Bezier curve (0.42, 0, 0.58, 1.0)
Cubic-bezier (<NUMBER>, <number>, <number>, <number>): Specific Bezier type, 4 values in [0, 1] range)
Transition-delay: Retrieving or setting the time for object delay transitions
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">

The mouse over the rectangle to view the over effect:

    • Linear: Linear transition
    • Ease: Smooth transitions
    • Ease-in: from slow to fast
    • Ease-out: from fast to slow
    • Ease-in-out: From slow to fast to slow

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