Skip to content

Instantly share code, notes, and snippets.

@johhansantana
Created September 21, 2015 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johhansantana/e88a54a7e71812648d4f to your computer and use it in GitHub Desktop.
Save johhansantana/e88a54a7e71812648d4f to your computer and use it in GitHub Desktop.
.pace-running .loader { opacity:0 }
.pace-done .loader {
opacity:1;
-webkit-transition:opacity 1s linear;
-moz-transition:opacity 1s linear;
-o-transition:opacity 1s linear;
transition:opacity 1s linear;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment