Skip to content

Instantly share code, notes, and snippets.

@Rplus
Created October 20, 2018 19:50
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 Rplus/5a754a73193568c56099196f1a94110c to your computer and use it in GitHub Desktop.
Save Rplus/5a754a73193568c56099196f1a94110c to your computer and use it in GitHub Desktop.
CSS loader with Braille Patterns dots
@keyframes waiting {
0%, 100% { content: '⠇'; }
16% { content: '⠋'; }
32% { content: '⠙'; }
48% { content: '⠸'; }
64% { content: '⠴'; }
80% { content: '⠦'; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment