Stop animation and start transition on hover

前端 未结 6 1373
误落风尘
误落风尘 2021-01-07 19:05

I have a link that\'s running an infinite animation with the background color. I want to stop the animation and transition into a different background color on hover.

<
6条回答
  •  感情败类
    2021-01-07 19:26

    Try -webkit-animation: 0;. Demo here. 0 is the default value for animation or what you must set to disable any existing CSS3 animations.

提交回复
热议问题