Skip to content

Instantly share code, notes, and snippets.

@nchristus
Created June 9, 2015 15:35
Show Gist options
  • Save nchristus/abe25266618a9565da9c to your computer and use it in GitHub Desktop.
Save nchristus/abe25266618a9565da9c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
@-webkit-keyframes loading-opacity {
1% { display: block; }
25% { opacity: 1; }
75% { opacity: 1; }
99% { opacity: 0; }
100% { display: none; }
}
@-webkit-keyframes loading-opacity {
1% {
display: block;
}
25% {
opacity: 1;
}
75% {
opacity: 1;
}
99% {
opacity: 0;
}
100% {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment