Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

resize image slowly on hover

.grow { 
	transition: all .2s ease-in-out; 
}
	.grow:hover { 
    	transform: scale(1.1); 
    }
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #resize #image #slowly #hover
ADD COMMENT
Topic
Name
9+5 =