问答详情
源自:8-7 CSS3中的动画--过渡属性 transition-property

transition-property后感觉没什么变化阿

transition-property:width;


然后在div:hover{

width:400;

background:#996633;

 height:250px;

}后两个属性还是会执行阿?

提问者:Ezreal1 2015-05-11 15:41

个回答

  • Ezreal1
    2015-05-11 15:49:09

    这个我懂了.. transition-property:width; 是指定width有过度效果. 后面两个属性是没动画效果的.还是可以执行的