CSS3
CSS3 过渡
应用于宽度属性的过渡效果,时长为 2 秒
源代码:
点击运行 »
div { transition: width 2 s; - webkit - transition: width 2 s; /* Safari */ }
运行结果:
点击运行 »