less写动画真的爽...渐变过渡效果一行代码搞定,不用再写一堆keyframes了哈哈哈 #less动画真香#
@transition: all 0.3s ease;
.element { transition: @transition; }
登录/注册