Home  >  Q&A  >  body text

When the selection event changes, the CSS animation triggers the corresponding effect.

I'm trying to make a React app, now I have a select input box with some Pokémon in it, what I need to do is whenever the selection changes (i.e. the Pokémon changes) the Pokémon sprite will Make a small shaking animation. Currently I just have a sprite that changes and an audio that plays when the selection value changes. How can I implement this functionality? I've tried using