• File: fadeInDown.css
  • Full Path: /home/bravetechrwanda/hpgt.org/.log-unix/wp-includes/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.css
  • Date Modified: 08/25/2024 5:59 PM
  • File size: 177 bytes
  • MIME-type: text/plain
  • Charset: utf-8
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInDown {
	animation-name: fadeInDown;
}