The priority of css3 is used for the id and class in the animation.

Source: Internet
Author: User

The priority of css3 is used for the id and class in the animation.

Today, I am working on a project. I use zepto to add a class to the element. The class has the transform effect. At the beginning, the element style was written using the id selector. However, after adding the class, the animation effect was lost, as a result, I tried it with simple code and found it was a very simple problem ......

The reason for animation compaction is:The css priority in the id selector must be higher than the class selector priority.The newly added class cannot overwrite the original style, which leads to an animation crash.

Simple code test:

<! DOCTYPE html>  

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.