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