-WebKit-transition [css3]

Source: Internet
Author: User
-WebKit-transition: Property, duration, timing-function, delay;
    1. Property: CSS property.

    2. Duration: the duration of the transition, in seconds (for example, 0.75 S ).

    3. Timing function: Timing function that controls how duration is timed, which can be fast and slow.

    4. Delay: latency. How long does the transition effect (for example, 0.75 s) occur after the action is triggered ).

 

Property: width | height | opacity ...... (all includes all CSS attributes)

Duration | delay: 1 S | 0.75 S | 0 s

Timing function: cubic-bezr (x1, Y1, X2, Y2) [The values of X and Y are used to define the beiser curve shape of the timing function, between 0 and 1] | linear [uniform speed] | slow [Slow] | slow-in [acceleration] | slow-out [Slow] | slow-in-out [acceleration and then slow down]

The besell curve is as follows:

P1 (x1, Y1)

P2 (X2, Y2)

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.