Cubic-betillates (n, n) and cubicbetillates In the animation-timing-function

Source: Internet
Author: User

Cubic-betillates (n, n) and cubicbetillates In the animation-timing-function

 

 


Cubic-bezeiser is the drawing method in the Bez curve. There are four points on the diagram, P0-3, where P0, P3 is the default point, corresponding to [], []. The remaining P1 and P2 values are customized by using cubic-bezeiser. Cubic-bezr (x1, y1, x2, y2) is custom. Values of x1, x2, y1, and y2 are in the range of [0, 1].

Reserved special effects:

Cubic: cubic-bezr (0.25, 0.1, 0.25, 1.0)

Linear: cubic-bezr (0.0, 0.0, 1.0, 1.0)

Cubic-in: cubic-bezr (0.42, 0, 1.0, 1.0)

Partition-out: cubic-bezr (0, 0, 0.58, 1.0)

Cubic-in-out: cubic-bezr (0.42, 0, 0.58, 1.0)




That is to say, the fourth n is y2, and x2 jointly determine the position of P2.

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.