• File: fadeInUp.css
  • Full Path: /home/blwgracecity/jesusexp.org/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.css
  • File size: 170 bytes
  • MIME-type: text/plain
  • Charset: utf-8
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUp {
	animation-name: fadeInUp;
}