.scroll-animation {
-moz-animation: scroll-animation 2s infinite;
animation: scroll-animation 2s infinite;
}
@-moz-keyframes scroll-animation {
0% {transform: translateY(0px);}
50% {transform: translateY(12px);}
100% {transform: translateY(0px);}
}
@keyframes scroll-animation {
0% {transform: translateY(0px);}
50% {transform: translateY(12px);}
100% {transform: translateY(0px);}
}
Little CSS animation for an icon to invite you to scroll down.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.