悬停缩放带过渡

Avatar of Chris Coyier
Chris Coyier

自备前缀!

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