CSS Transitions is a module of CSS that lets you create gradual transitions between the values of specific CSS properties. The behavior of these transitions can be controlled by specifying their timing function, duration, and other attributes.

参考

特性

指南

Using CSS transitions

Step-by-step tutorial about how to create transitions using CSS. This article describes each relevant CSS property and explains how they interact with each other.

规范

规范 状态 注释
CSS Transitions 工作草案 初始定义。

另请参阅

  • Related to CSS Transitions, CSS 动画 provide finer control over animated properties.

元数据

  • 最后修改: