Start a css animation on button click

前端 未结 5 868
伪装坚强ぢ
伪装坚强ぢ 2021-01-05 21:25

Hi I\'ve been looking for answers on my problem now for maybe a few weeks now and I find nothing. I\'m trying to make a reaction test to check how long time it takes for the

5条回答
  •  爱一瞬间的悲伤
    2021-01-05 21:41

    Use a css class for the animation and add the class to div when button clicked. (use @keyframes to define css animations.)

提交回复
热议问题