Skip to content

Instantly share code, notes, and snippets.

@phoenixMag00
Created May 31, 2016 17:55
Show Gist options
  • Save phoenixMag00/8c8ec34edb6909a398251a9aab2dd022 to your computer and use it in GitHub Desktop.
Save phoenixMag00/8c8ec34edb6909a398251a9aab2dd022 to your computer and use it in GitHub Desktop.
@media (min-width:768px){
.gallery-item .gallery-caption {
-webkit-animation: fadeIn ease-in-out 1;
-moz-animation: fadeIn ease-in-out 1;
animation: fadeIn ease-in-out 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment