Home  >  Article  >  Web Front-end  >  What does transition mean in css3

What does transition mean in css3

WBOY
WBOYOriginal
2022-04-24 17:44:533413browse

Transition in css3 means "transition" and is an attribute used to set the transition effect of an element; this attribute is an abbreviated attribute that can add a transition animation effect to an element. The transition animation can be set through parameters. Related operations, the syntax is "transition: attribute name time speed curve delay time".

What does transition mean in css3

The operating environment of this tutorial: Windows 10 system, CSS3&&HTML5 version, Dell G3 computer.

What does transition mean in css3?

Transition means transition in css3.

Transition attribute sets the transition effect of the element

The four abbreviated attributes are:

  • transition-property

  • transition-duration

  • transition-timing-function

  • transition-delay

Syntax is:

transition: property duration timing-function delay;

The parameters are represented as follows:

What does transition mean in css3

The example is as follows:




 
123



注意:该实例无法在 Internet Explorer 9 及更早 IE 版本上工作。

鼠标移动到 div 元素上,查看过渡效果。

Output result:

What does transition mean in css3

(Learning video sharing: css video tutorial)

The above is the detailed content of What does transition mean in css3. For more information, please follow other related articles on the PHP Chinese website!

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