Skip to content

Instantly share code, notes, and snippets.

@AlexBrasileiro
Last active December 12, 2018 05:04
Show Gist options
  • Save AlexBrasileiro/5d569ea0debe4b70653d9fd549c20a0f to your computer and use it in GitHub Desktop.
Save AlexBrasileiro/5d569ea0debe4b70653d9fd549c20a0f to your computer and use it in GitHub Desktop.
Animate Image Hover Transition

figure > img {transition: all .2s ease-in-out;}

figure:hover > img {transform: scale(1.1)}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment