Skip to content

Instantly share code, notes, and snippets.

@PetraMotz
Created August 4, 2021 11:59
Show Gist options
  • Save PetraMotz/801306f04becbf8cf78973a267216253 to your computer and use it in GitHub Desktop.
Save PetraMotz/801306f04becbf8cf78973a267216253 to your computer and use it in GitHub Desktop.
SCSS #animate #scss
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