.scroll-animation {
animation: scroll-animation 2s infinite;
}
@keyframes scroll-animation {
0%,100% {transform: translateY(0)}
50% {transform: translateY(1em)}
}
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.