Created
August 8, 2017 14:08
-
-
Save cristoferdomingues/623ae33d5a6e8c6525020b41295a2a75 to your computer and use it in GitHub Desktop.
Pace Hide all but pace progress
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
.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