⚡ CSS 过渡生成器
创建平滑的 CSS 过渡动画,支持自定义缓动函数
过渡属性
持续时间
秒
延迟时间
秒
缓动函数
预设模板
预览
悬停查看效果
过渡效果
CSS 代码
.element {
transition: all 0.3s ease 0s;
}快速使用
单行版本
transition: all 0.3s ease 0s;点击复制代码
为开发者提供随手可用的在线工具
创建平滑的 CSS 过渡动画,支持自定义缓动函数
.element {
transition: all 0.3s ease 0s;
}单行版本
transition: all 0.3s ease 0s;