• File: flash.css
  • Full Path: /home/blwgracecity/jesusexp.org/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;
}