Image hover effect (class required)
-
Hi,
I’d like to select know what the image hover selector is please. I’d like to remove the milky roll over effect and replace it with a scaling effect (below).
Will you please tell me what the required CSS class is?
.requiredclass:hover .image img { transform: scale(1.2); } .requiredclass .image img { transition: all 0.4s ease-in-out; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Image hover effect (class required)’ is closed to new replies.