Skip to content

Instantly share code, notes, and snippets.

@landru247
Last active July 10, 2017 15:24
Show Gist options
  • Save landru247/8565e76f4b78c66653ae3dab26d59bb5 to your computer and use it in GitHub Desktop.
Save landru247/8565e76f4b78c66653ae3dab26d59bb5 to your computer and use it in GitHub Desktop.
grow transition
.grow {
transition: all .2s ease-in-out;
}
.grow:hover {
transform: scale(1.1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment