Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Created March 18, 2014 02:59
Show Gist options
  • Select an option

  • Save NatalieMac/9612760 to your computer and use it in GitHub Desktop.

Select an option

Save NatalieMac/9612760 to your computer and use it in GitHub Desktop.
.photo-grid figcaption {
background: rgba(0,0,0,0.8);
color: white;
display: table;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
transition: all 300ms;
-webkit-transition-delay: 100ms;
-moz-transition-delay: 100ms;
transition-delay: 100ms;
z-index: 100;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment