Onclick rotation animation

Here's a class example called spin that should work. Toggle your class of your components between this and None or another class without the animation in it.

.spin {
  "animation": "ia_symbolComponent__animate--rotate linear 1",
  "animation-duration": "1000ms"
}

These post should help as well.

2 Likes