File "fadeInRight.css"

Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.css
File size: 179 bytes
MIME-type: text/plain
Charset: utf-8

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInRight {
	animation-name: fadeInRight;
}