Hover interaction

Hi guys. I would like to create a hover interaction where the element shrinks, then reverts to its original size.

As far as I can tell there is not an option to add a second interaction on hover?

It would be good if, for example, the element shrinks during the first 0.2 seconds of the hover event being triggered, and then grows back to the original size during the next 0.2 secs.

Can this be done please?

Hey @andrew_crowe ,

I’m reaching out to see if there’s a way. Have you attempted this on your end already? If so, what are the results you’re getting?

Hi @andrew_crowe ,
Applying two effects on the same element with one hover is not possible, but it is possible with velo.
For more details and examples check the wix animations api

Disappointing. So another limitation. Thank you for conforming and the velo link.

The reason this is a problem is because you can only click not hove on elements on a mobile device. So you click say a telephone button and it makes a call but the button remained depressed. On desktop, the same effect except when you move the cursor away the button reverts to the original.

I have not pursued it yet Roberto. Looks like the solution is velo (again!)