Skip to content

Instantly share code, notes, and snippets.

@dnjstrom
Last active October 23, 2018 20:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
.ball-1 { background: crimson; }
.ball-2 { background: gold; }
.ball-3 { background: forestgreen; }
.ball-4 { background: royalblue; }
.ball {
will-change: transform;
border-radius: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment