Skip to content

Instantly share code, notes, and snippets.

@huacnlee
Created August 28, 2019 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huacnlee/983d9d03be6086af6209e6d3e081f575 to your computer and use it in GitHub Desktop.
Save huacnlee/983d9d03be6086af6209e6d3e081f575 to your computer and use it in GitHub Desktop.
.ease-in-out {
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment