Skip to content

Instantly share code, notes, and snippets.

@jokernix
Last active October 26, 2017 11:49
Show Gist options
  • Save jokernix/10fb20ba084ab1f8cc675886b6571512 to your computer and use it in GitHub Desktop.
Save jokernix/10fb20ba084ab1f8cc675886b6571512 to your computer and use it in GitHub Desktop.
animation
.sk-cube-grid .sk-cube {
width: 33%;
height: 33%;
background-color: #FFFFFF;
float: left;
-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
animation: sk-cubeGridScaleDelay 3s infinite cubic-bezier(1, 1, 1, 0.2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment