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

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

transition:all .8s ease-out
-webkit-transition:all .8s ease-out;
all:过渡效果 发生在所有元素上,默认值all
实例1:背景图变化 向上 position-property 值为属性 with background-position all 等属性,过渡效果只发生在上面元素上

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

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