Shake on hover?!

Hey fellow wixers, I have been attempting to create a shake on hover effect on some of my texts on my site to no avail. I have attempted numerous different ways of doing it and none have worked. Was hoping someone may be able to nudge me in the right direction!

Thank you!

Hi Matthew,

How about using a hidden gif? the use ‘$w(‘someGif’).show()’ when your text is hovered, and ‘$w(‘someGif’).hide()’ when done hovering?
See onMouseIn and onMouseOut .

Hope this helps,

Liran.