Hi guys I am new here and have a problem. So no hate please.
I have here an animation that swings every 2.5s. However, this should also swing when I hover over it. However, only one of the two goes. What have I done wrong? Could someone help?
Hi guys I am new here and have a problem. So no hate please.
I have here an animation that swings every 2.5s. However, this should also swing when I hover over it. However, only one of the two goes. What have I done wrong? Could someone help?
Copyright © 2021 Jogjafile Inc.

The animation's
transformwill overwrite the one in:hover. It will not apply any meaningful change.There's a couple of options to work around that:
The wrapper might as well be invisible (without padding/border/background). And you might want to remove the animation of the child so it doesn't double animate.