@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .tooltip { animation: fadeIn 0.3s ease-in-out; font-size: 12px; }