Skip to content

Instantly share code, notes, and snippets.

@dnjstrom
Last active October 23, 2018 20:59
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 dnjstrom/c5885b55b6443b6a0625b7e76ba478a4 to your computer and use it in GitHub Desktop.
Save dnjstrom/c5885b55b6443b6a0625b7e76ba478a4 to your computer and use it in GitHub Desktop.
.ball {
animation: 1s ease-in-out infinite spin;
transform-origin: 50% -20px;
}
.ball-1 { animation-delay: 100ms; }
.ball-2 { animation-delay: 250ms; }
.ball-3 { animation-delay: 400ms; }
.ball-4 { animation-delay: 550ms; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment