Reverse a CSS animation

前端 未结 3 658
故里飘歌
故里飘歌 2021-01-22 15:15

I did this: http://codepen.io/yayoni/pen/pgXoWY

And I want to reverse the animation when I click on the small button but what I did doesnt work and I don\'t understand w

3条回答
  •  温柔的废话
    2021-01-22 15:55

    In fact you don't need to use any CSS3 keyframes nor animation and use just transition: background-color 1s linear; to create the colour transition.

    See you updated demo: http://codepen.io/anon/pen/YwozaQ

提交回复
热议问题