search
HomeWeb Front-endHTML TutorialDetailed explanation of CSS3 transition-Escape Tornado

0.Environment preparation

 (1)Transition requires browser support. To use these attributes, you need to add the prefix of the browser manufacturer. The chrome49 I use no longer needs the prefix,

  -o- Opera

 -webkit- Safari, Chrome

 -moz- Firefox

 -ms- IE

 (2) css

 p

 {

  Height:15px;/*Similar to the height attribute, the value must be specified clearly*/

  

 }

 p:hover/*Initial p:hover*/

 {

  

  height:100px;

 }

 (3)html file body part

 

1. Quick use

 Add the following attributes to the initial p:hover

 Transition: background 2s linear 1s,height 1s linear 1s;

2. Detailed explanation

 (1)Specify separately and explain the attributes in detail

 Add the following attributes to the initial p:hover

         transition-property:height,background-color;

          transition-duration:1s,2s;

         transition-timing-function:linear;

         transition-delay:1000ms,1s;

 Transition-property specifies the property that needs to be changed

It is not recommended to write all, the rules are difficult to grasp

transition-duration height takes 1s from execution to end, and background-color takes 2s from execution to end. After the height change ends, there is still 1s left after the background-color change ends

If you only write one value, this value will be applied to all attributes. In addition, please make the number of transition-duration values ​​equal to the number of transition-duration values ​​

transition-timing-function: linear; Please find the changing rules here

If you only write one value, this value will be applied to all properties. In addition, please make the number of transition-timing-function values ​​equal to the number of transition-property values ​​

transition-delay: 1000ms, 1s; height starts to change after 1s, here background-color and height start to change at the same time

If you only write one value, this value will be applied to all properties. In addition, please make the number of transition-delay values ​​equal to the number of transition-property values ​​

These attributes can only appear once, otherwise the later ones will overwrite the previous ones

(2) Comprehensive use

Add the following attributes to the initial p:hover

transition: background 2s linear 1s,height 1s linear 1s;

Optional parameters, please write them in full

These attributes can only appear once, otherwise the later ones will overwrite the previous ones

*transition and other transitions written separately are also overwritten, and the latter ones cover the previous ones

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
HTML, CSS, and JavaScript: Examples and Practical ApplicationsHTML, CSS, and JavaScript: Examples and Practical ApplicationsMay 09, 2025 am 12:01 AM

The roles of HTML, CSS and JavaScript in web development are: 1. HTML is used to build web page structure; 2. CSS is used to beautify the appearance of web pages; 3. JavaScript is used to achieve dynamic interaction. Through tags, styles and scripts, these three together build the core functions of modern web pages.

How do you set the lang attribute on the  tag? Why is this important?How do you set the lang attribute on the tag? Why is this important?May 08, 2025 am 12:03 AM

Setting the lang attributes of a tag is a key step in optimizing web accessibility and SEO. 1) Set the lang attribute in the tag, such as. 2) In multilingual content, set lang attributes for different language parts, such as. 3) Use language codes that comply with ISO639-1 standards, such as "en", "fr", "zh", etc. Correctly setting the lang attribute can improve the accessibility of web pages and search engine rankings.

What is the purpose of HTML attributes?What is the purpose of HTML attributes?May 07, 2025 am 12:01 AM

HTMLattributesareessentialforenhancingwebelements'functionalityandappearance.Theyaddinformationtodefinebehavior,appearance,andinteraction,makingwebsitesinteractive,responsive,andvisuallyappealing.Attributeslikesrc,href,class,type,anddisabledtransform

How do you create a list in HTML?How do you create a list in HTML?May 06, 2025 am 12:01 AM

TocreatealistinHTML,useforunorderedlistsandfororderedlists:1)Forunorderedlists,wrapitemsinanduseforeachitem,renderingasabulletedlist.2)Fororderedlists,useandfornumberedlists,customizablewiththetypeattributefordifferentnumberingstyles.

HTML in Action: Examples of Website StructureHTML in Action: Examples of Website StructureMay 05, 2025 am 12:03 AM

HTML is used to build websites with clear structure. 1) Use tags such as, and define the website structure. 2) Examples show the structure of blogs and e-commerce websites. 3) Avoid common mistakes such as incorrect label nesting. 4) Optimize performance by reducing HTTP requests and using semantic tags.

How do you insert an image into an HTML page?How do you insert an image into an HTML page?May 04, 2025 am 12:02 AM

ToinsertanimageintoanHTMLpage,usethetagwithsrcandaltattributes.1)UsealttextforaccessibilityandSEO.2)Implementsrcsetforresponsiveimages.3)Applylazyloadingwithloading="lazy"tooptimizeperformance.4)OptimizeimagesusingtoolslikeImageOptimtoreduc

HTML's Purpose: Enabling Web Browsers to Display ContentHTML's Purpose: Enabling Web Browsers to Display ContentMay 03, 2025 am 12:03 AM

The core purpose of HTML is to enable the browser to understand and display web content. 1. HTML defines the web page structure and content through tags, such as, to, etc. 2. HTML5 enhances multimedia support and introduces and tags. 3.HTML provides form elements to support user interaction. 4. Optimizing HTML code can improve web page performance, such as reducing HTTP requests and compressing HTML.

Why are HTML tags important for web development?Why are HTML tags important for web development?May 02, 2025 am 12:03 AM

HTMLtagsareessentialforwebdevelopmentastheystructureandenhancewebpages.1)Theydefinelayout,semantics,andinteractivity.2)SemantictagsimproveaccessibilityandSEO.3)Properuseoftagscanoptimizeperformanceandensurecross-browsercompatibility.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.