• File: fadeIn.css
  • Full Path: /home/blwgracecity/jesusexp.org/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.css
  • File size: 107 bytes
  • MIME-type: text/plain
  • Charset: utf-8
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	animation-name: fadeIn;
}