File "flash.css"

Full Path: /home/mahaadedsdfdfhfg/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/flash.css
File size: 122 bytes
MIME-type: text/plain
Charset: utf-8

@keyframes flash {
	50%,
	from,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
.flash {
	animation-name: flash;
}