The transition of CSS3

Source: Internet
Author: User

Objective

Transitions (transition) can add effects when an element changes from one style to another without the use of flash and JS

"Browser support"

IE10, Firefox, Chrome, opera support transition properties

Safari requires a prefix-webkit-

IE9 and previous versions do not support transition

Usage

1. Specify the elements of the transition binding CSS Properties

2. Duration of the specified effect

Div {transition: width 2s; -moz-transition: width 2s;    /*  */-webkit-transition: width 2s;    /*  */-o-transition: width 2s;    /* */}

If the duration is not specified, the default is 0, there is no transition effect

If you want to add a transition effect to multiple styles, add multiple attributes, separated by commas

"Transition Properties"

1.transition-property-CSS Property name that specifies the transition to apply

2.transition-duration-Specifies the time that the transition takes, the default is 0

3.transition-timing-function-Specifies the time curve for the transition effect, which defaults to "ease"

4.transition-delay-Specify how long the transition effect starts

The transition of CSS3

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.