Created
August 4, 2021 11:59
-
-
Save PetraMotz/801306f04becbf8cf78973a267216253 to your computer and use it in GitHub Desktop.
SCSS #animate #scss
This file contains 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
animation: animateArrowsHeaderTop 0.8s infinite; | |
@keyframes animateArrowsHeaderTop{ | |
0% {top: 30px} | |
25% {top: 32px} | |
50% {top: 34px} | |
75% {top: 32px} | |
100% {top: 30px} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment