属性详解

         [ animation-name ]:
         // 检索或设置对象所应用的动画名称
         
         [ animation-duration ]:
         检索或设置对象动画的持续时间

		 [animation-timing-function ]:
		 检索或设置对象动画的过渡类型
		 
		 [animation-delay ]:
		 检索或设置对象动画延迟的时间

		 [animation-iteration-count ]:
		 检索或设置对象动画的循环次数
		 
		 [ animation-direction ]:
		 检索或设置对象动画在循环中是否反向运动
		 
		 [ animation-play-state ]:
		 检索或设置对象动画的状态。w3c正考虑是否将该属性移除,因为动画的状态可以通过其它的方式实现,比如重设样式

CSS3 动画属性
CSS3 动画属性

CSS3 动画属性

相关文章:

  • 2021-07-11
  • 2022-01-30
  • 2021-09-21
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
猜你喜欢
  • 2021-08-30
  • 2021-09-18
  • 2021-11-26
  • 2021-05-16
  • 2021-04-10
  • 2021-07-13
  • 2021-08-05
相关资源
相似解决方案