css3系列之过渡transition

  

  

transition-property

  指定参与过渡的属性。

参数:

  none:默认值,也是没有

  all:监测所有变换属性的属性。

  支持过渡效果的属性有以下:(可以单独设置,如果设置多个属性值,用逗号分隔)

属性名称类型
transform   all  
background-color   color  
background-image   only gradients  
background-position   percentage, length  
border-bottom-color   color  
border-bottom-width   length  
border-color   color  
border-left-color   color  
border-left-width   length  
border-right-color   color  
border-right-width   length  
border-spacing   length  
border-top-color   color  
border-top-width   length  
border-width   length  
bottom   length, percentage  
color   color  
crop   rectangle  
font-size   length, percentage  
font-weight   number  
grid-*   various  
height   length, percentage  
left   length, percentage  
letter-spacing   length  
line-height   number, length, percentage  
margin-bottom   length  
margin-left   length  
margin-right   length  
margin-top   length  
max-height   length, percentage  
max-width   length, percentage  
min-height   length, percentage  
min-width   length, percentage  
opacity   number  
outline-color   color  
outline-offset   integer  
outline-width   length  
padding-bottom   length  
padding-left   length  
padding-right   length  
padding-top   length  
right   length, percentage  
text-indent   length, percentage  
text-shadow   shadow  
top   length, percentage  
vertical-align   keywords, length, percentage  
visibility   visibility  
width   length, percentage  
word-spacing   length, percentage  
z-index   integer  
zoom   number  

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zggsgp.html