A demo for CSS transform and transition

Source: Internet
Author: User

Move the mouse over to see how the icon moves.

Code:

/**/<Br/> IMG: hover {<br/>-moz-transform: Rotate (-130deg); <br/>-WebKit-transform: rotate (30deg); <br/> transform: Rotate (30deg); <br/>}< br/>/* beside linear also have success, skip-in, encoding-out, encoding-in-out */<br/> A: hover {<br/> color: red; <br/>-WebKit-transition: color. 25 s linear. 2 S; <br/> transition: color. 25 s linear. 2 S; <br/>}

This is a piece of code written by someone else:

. Pre {<br/> font-family:; <br/> width: 420px; <br/> border: 3px solid red; <br/>/* for IE */<br/> filter: progid: DXImageTransform. microsoft. matrix (sizingmethod = "auto expand", M11 = 1, M12 =-0.4, m21 = 0.4, m22 = 1 ); <br/>/* For Firefox */<br/>-moz-transform: translate (100px) rotate (35deg); <br/>-moz-transform-origin: 40% 100%; <br/>/* for chrome, Safari */<br/>-WebKit-transform: translate (100px) rotate (35deg ); <br/>-WebKit-transform-origin: 40% 100%; <br/>}

The following is an example of transition, which is only supported by chrome.

What is it with Jean? Let's see how chrome changes color.

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.