News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Zoom on Hover Question

Started by FrizzleFried, April 19, 2022, 02:56:10 PM

Previous topic - Next topic

FrizzleFried

I've managed to figure out the CSS to "zoom on hover" ... however my implementation is only half-arced as the image snaps back to original size after moving the mouse off the hover box rather than nicely zoom out as it does when it zooms in...

Here is my current css:

a[href$='#ratethis'] img:hover {
  transition: transform .5s;
  transform: scale(1.5);
}

Where am I going wrong?

Current behavior:

https://youtu.be/qYtqKUbx7XE

Thanks!

Diego Andrés

Add the transition to the normal selector instead
a[href$='#ratethis'] img{
  transition: transform .5s;
}

SMF Tricks - Free & Premium Responsive Themes for SMF.

Advertisement: