-
-
Save jokernix/10fb20ba084ab1f8cc675886b6571512 to your computer and use it in GitHub Desktop.
animation
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
.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