Possible to reverse a css animation on class removal?

前端 未结 6 952
傲寒
傲寒 2021-02-02 05:03

Essentially what I\'m trying to do is give an element a CSS animation when it gains a class, then reverse that animation when I remove the class without playing the anim

6条回答
  •  无人及你
    2021-02-02 05:32

    CSS solution from MDN and almost supported by all browser

    .animation(animationName 10s ease-in-out infinite alternate both running;)

提交回复
热议问题