New member here with a question related to element triggers:
Upon hovering on one category (for example, the fashion div block) I would only like all of the other div blocks that already have images, to change to a different image that fall under the fashion category. And upon hovering out, I would like those new fashion images to disappear, revealing the original image category that was there before.
I would like this same effect to be applied to all other categories upon hover (places, product, etc.
I hope this makes sense!
@Waldo if you have a moment, I would I appreciate you taking a look at this.
You can accomplish that by creating an animation, under the animation panel you can select other elements besides the trigger element. Just right click on the element and select “change target.”
yes, so if it is a hover animation, you can do hide/show. On your divs place the image you want to appear upon hover and set it with a display none, add the other image with regular display. Then on the animation hide the picture on top and show the one that was set to hidden. Does that make sense? Let me know how it goes.