一、H5新特性
二、css3动画
transition: 属性 过度时间;
#block { width: 400px; height: 400px; background-color: #69c; margin: 0 auto; -webkit-transition: background-color 1s, width 0.5s; } #block:hover { width: 800px; background-color: #ff6f6f; }
一、H5新特性 二、css3动画 transition: 属性 过度时间; #block {width: 400px;height: 400px;background-color: #69c;margin: 0 auto;-webkit-transition: background-color 1s, width 0.5s;}#block:hover {width: 800px;background-color: #ff6f6f;}
一、H5新特性
二、css3动画
transition: 属性 过度时间;
#block { width: 400px; height: 400px; background-color: #69c; margin: 0 auto; -webkit-transition: background-color 1s, width 0.5s; } #block:hover { width: 800px; background-color: #ff6f6f; }
1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。
HTML5 进阶系列:拖放 API 实现拖放排序 - _林鑫
2017-05-02 11:02
HTTP协议学习随笔 - 糖醋酸辣椒
2017-05-01 18:03
HTML5 进阶系列:indexedDB 数据库 - _林鑫
2017-04-27 14:02
HTML5 高级系列:web Storage - _林鑫
2017-04-27 14:01