• File: rollIn.css
  • Full Path: /home4/jdaxcom/j3dax.online/wp-content/plugins/elementor/assets/lib/animations/styles/rollIn.css
  • Date Modified: 02/18/2026 4:17 AM
  • File size: 192 bytes
  • MIME-type: text/plain
  • Charset: utf-8
@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.rollIn {
	animation-name: rollIn;
}