Created
June 9, 2015 15:35
-
-
Save nchristus/abe25266618a9565da9c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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; } | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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