transition-timing-function
介绍
用于设置过渡动画执行的时间函数
使用示例

语法
取值
-
linear -
ease -
ease-in -
ease-out -
ease-in-out -
square-bezier() -
cubic-bezier()
默认值: linear
形式定义
| 初始值 | 空值 |
| 适用元素 | 所有元件 |
| 是否支持继承 | no |
| 是否支持动画 | no |
形式语法
扩展阅读
兼容性
LCD tables only load in the browser
用于设置过渡动画执行的时间函数

linear
ease
ease-in
ease-out
ease-in-out
square-bezier()
cubic-bezier()
默认值: linear
| 初始值 | 空值 |
| 适用元素 | 所有元件 |
| 是否支持继承 | no |
| 是否支持动画 | no |
LCD tables only load in the browser