Ease,seae-in,ease-in-out,ease-out, Effect

Source: Internet
Author: User
Tags constant relative
value Description
Linear Specifies the transition effect (equal to Cubic-bezier (0,0,1,1)) that starts at the same speed to the end. Uniform
Ease The Transition effect (Cubic-bezier (0.25,0.1,0.25,1)), which specifies a slow start, then becomes fast, and then ends slowly (relative to constant speed, middle fast, two slow).
Ease-in Specifies the transition effect at a slow start (equal to Cubic-bezier (0.42,0,1,1)) (relative to constant speed, start slow, then fast).
Ease-out Specifies the transition effect at a slow end (equal to Cubic-bezier (0,0,0.58,1)) (relative to constant speed, start fast, end time slow,).
Ease-in-out Specifies the transition effect at a slow start and end (equal to Cubic-bezier (0.42,0,0.58,1)) (relative to the constant speed, (both start and end are slow).
Cubic-bezier (N,n,n,n) Define your own values in the Cubic-bezier function. The possible values are numbers between 0 and 1.

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.