Skip to content

Instantly share code, notes, and snippets.

@levinmejia
Created October 5, 2015 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save levinmejia/5a7ad5394ffacf849541 to your computer and use it in GitHub Desktop.
Save levinmejia/5a7ad5394ffacf849541 to your computer and use it in GitHub Desktop.
ul.feature .open > * {
pointer-events: auto;
-webkit-transform: translate(-25%, -25%);
transform: translate(-25%, -25%);
}
ul.feature .open img {
z-index: 3;
}
ul.feature .open p {
z-index: 2;
opacity: 1;
transition-delay: .1s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment