Tagged: animation, CSS, custom.css, image
I enjoy the image animations, however I would like define animations for hover effect as well.
Ie; image pops up on load/view portal, then pops up again on mouse over.
A simple custom css should do it right?
Hey cptnem0!
See here for how to do CSS animations, http://www.w3schools.com/css/css3_animations.asp.
You could target the image like so.
.avia_image:hover { your animations go here }
Best regards,
Elliott
beautiful, thanks! ;)