Hi
I want to add an “on hover” event to a repeater that will slightly scale up the container that the user hovered on.
Is that possible?
Thank you
There isn’t a hover function that you can use, it would have to be onMouseIn or onMouseOut.
There are a few examples linked below that might be suitable for you to try.
https://www.totallycodable.com/wix/corvid/create-animation-on-one-repeater-item-at-a-time-using-wix-code
https://itnext.io/corvid-by-wix-imitating-hover-event-on-repeater-container-a65f4b6e0301
https://shoonia.netlify.com/corvid-imitate-hover-event
Thanks
I was able to trigger an event on a specific item on hover, but I don’t know how to make it scale up a little bit.
Is that possible?ent on a specific item on hover, but I don’t know how to make it scale up a little bit
Anyone?