CSS 过渡可以在元素的属性值发生变化时,实现平滑的过渡效果,而不是生硬的立即改变。它主要通过以下几个属性来控制:
transition-property
width
color
opacity
all
div { transition-property: width;