Skip to content

Instantly share code, notes, and snippets.

@levinmejia
Last active March 22, 2017 18:16
Show Gist options
  • Save levinmejia/7dd8f364ce42b3981246 to your computer and use it in GitHub Desktop.
Save levinmejia/7dd8f364ce42b3981246 to your computer and use it in GitHub Desktop.
ul.feature li > * {
pointer-events: none;
-webkit-transform: scale(.5);
-webkit-transform-origin: 0 0;
transform: scale(.5);
transform-origin: 0 0;
transition: .4s cubic-bezier(.3,0,0,1.2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment