.svgi.chevron-down { animation: jump 2s infinite; } // Animation @keyframes jump { 0% { top: 0; } 50% { top: 10px; } 100% { top: 0; } }