| Current Path : /var/www/html/wordpress-3/wp-content/plugins/elementor/assets/lib/animations/styles/ |
| Current File : /var/www/html/wordpress-3/wp-content/plugins/elementor/assets/lib/animations/styles/flash.css |
@keyframes flash {
50%,
from,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
}