image Scale on Hover with Transition or image zoom on Hover with Transition Get link Facebook X Pinterest Email Other Apps By csszilla - June 26, 2015 .csszilla{ transition: all .2s ease-in-out; } .csszilla:hover { transform: scale(1.1); } Read more