Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

transition scale

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }Create a snippet
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #transition #scale
ADD COMMENT
Topic
Name
4+7 =