div
{
width:100px;
transition: width 2s;
-moz-transition: width 2s; /* Firefox 4 */
-webkit-transition: width 2s; /* Safari 和 Chrome */
-o-transition: width 2s; /* Opera */
}

把鼠标指针放到 div 元素上,其宽度会从 100px 逐渐变为 300px:

相关文章:

  • 2021-10-16
  • 2021-10-16
  • 2021-12-22
  • 2021-12-22
  • 2021-10-29
  • 2021-12-13
  • 2021-12-03
猜你喜欢
  • 2021-10-16
  • 2021-10-16
  • 2021-10-16
  • 2021-06-22
  • 2021-10-16
  • 2021-10-29
  • 2021-10-16
相关资源
相似解决方案