CSS3 transition-timing-function, css3

Source: Internet
Author: User

CSS3 transition-timing-function, css3
CSS3 transition-timing-function attribute

 

Definition and usage

The transition-timing-function attribute specifies the speed curve of the transition effect.

This attribute allows the transition effect to change its speed over time. (The default value is bytes)

 

 

Liner ----- specifies the transition effect starting at the same speed to the end

Effect ------ specifies the transition effect of a slow start, then a fast start, and then a slow end.

Transition-in ------ specifies the transition effect starting at a slow speed

Transition-out ------ specifies the transition effect of a slow end

Transition-in-out ------ specifies the transition effect between a slow start and a slow end

 

Example: transition-timing-function: linear;

 

-Moz-transition-timing-function: linear;/* Firefox 4 compatible with Firefox */-webkit-transition-timing-function: linear; /* compatible with Safari and Chrome */-o-transition-timing-function: linear;/* compatible with Opera */

 

Related Article

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.