xxx91hx

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;

分类:

技术点:

相关文章:

  • 2021-12-16
  • 2022-12-23
  • 2021-12-03
  • 2021-12-03
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-03
  • 2021-12-03
  • 2021-12-30
  • 2021-12-03
  • 2021-12-03
  • 2021-11-03
相关资源
相似解决方案