好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSS3transition属性_html/css_WEB-ITnose

Transition(过渡),设置过渡时间,(transition-duration)

      无标题文档              .box{width:100px;height:100px;background:red; transition:500ms;}        .box:hover{ background:blue;width:200px;height:200px;}           

查看更多关于CSS3transition属性_html/css_WEB-ITnose的详细内容...

  阅读:29次