Skip to content

Instantly share code, notes, and snippets.

@cristoferdomingues
Created August 8, 2017 14:08
Show Gist options
  • Save cristoferdomingues/623ae33d5a6e8c6525020b41295a2a75 to your computer and use it in GitHub Desktop.
Save cristoferdomingues/623ae33d5a6e8c6525020b41295a2a75 to your computer and use it in GitHub Desktop.
Pace Hide all but pace progress
.pace-running > :not(.pace) {
opacity: 0;
}
.pace-done > :not(.pace) {
opacity: 1;
transition: opacity .5s ease;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment