File "tada.css"

Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/elementor/assets/lib/animations/styles/tada.css
File size: 351 bytes
MIME-type: text/plain
Charset: utf-8

@keyframes tada {
	from,
	to {
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
}
.tada {
	animation-name: tada;
}