CSS3 transition 鼠标悬停在一个元素上逐步改变宽度

<style> div { width:200px; height:200px; background:green; transition:width 2s; -webkit-transition:width 2s; } div:hover { width:500px; } </style> <p><b>注意:</b>该实例没法在 Internet Explorer 9 及更早 I
相关文章
相关标签/搜索