OwlCyberSecurity - MANAGER
Edit File: fadeIn.css
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .fadeIn { animation-name: fadeIn; }