Created
February 17, 2020 12:41
-
-
Save Creta5164/a5f1840557a17dc2dcecdadc298cab05 to your computer and use it in GitHub Desktop.
Windows 10 UWP style spinner animation for ASCII terminal
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
| Keyframes only : | |
| " . ", | |
| ". . ", | |
| " . . ", | |
| " . . . ", | |
| ". . ... ", | |
| " . .... ", | |
| " ..... ", | |
| " ..... ", | |
| " ..... ", | |
| " .... . ", | |
| " ... . . ", | |
| " . . . ", | |
| " . . ", | |
| " . . ", | |
| " . ", | |
| " " | |
| With delayed frames : | |
| " . ", | |
| ". . ", | |
| " . . ", | |
| " . . . ", | |
| ". . ... ", | |
| " . .... ", | |
| " . .... ", | |
| " ..... ", | |
| " ..... ", | |
| " ..... ", | |
| " ..... ", | |
| " ..... ", | |
| " ..... ", | |
| " ..... ", | |
| " .... . ", | |
| " ... . . ", | |
| " . . . ", | |
| " . . ", | |
| " . . ", | |
| " . ", | |
| " ", | |
| " ", | |
| " ", | |
| " " |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spinner preview