Hello, my dilemma is the following: it has two types of components, a blog card and a section where this card will be.
In the section, I defined the internal cards with the “swap property” so that you can change the card for another. The problem is that, when there is more than one internal card (all of them with the swap property) all intractions are activated at the same time, I explain:
The blog card has a hover state, within the section, when I hover the mouse over ONE card, all the others activate the hover animation. How can I make the animations individual, still maintaining the swap property on the cards?