????

Your IP : 3.142.245.16


Current Path : /home/ncom/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/
Upload File :
Current File : /home/ncom/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/lightSpeedIn.css

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		transform: none;
		opacity: 1;
	}
}
.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}