Posts

Showing posts with the label image Scale on Hover with Transition or image zoom on Hover with Transition

image Scale on Hover with Transition or image zoom on Hover with Transition

.csszilla{ transition: all .2s ease-in-out; } .csszilla:hover { transform: scale(1.1); }