元素CSS3所有过渡效果transition all

transition属性

 

transition-property

all:过渡效果 发生在所有元素上,默认值all

实例1:背景图变化 向上 position-property 值为属性 with background-position all 等属性,过渡效果只发生在上面元素上

 

transition-duration

过渡效果花费时间 单位秒或毫秒

transition-timing-function 

 

 

 

 

transition:all .8s ease-out

-webkit-transition:all .8s ease-out;

posted @ 2017-04-05 16:25  星耀学园  阅读(1897)  评论(0)    收藏  举报