• File: e-animation-pulse-grow.css
  • Full Path: /home4/jdaxcom/j3dax.online/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-grow.css
  • Date Modified: 02/18/2026 4:17 AM
  • File size: 384 bytes
  • MIME-type: text/plain
  • Charset: utf-8
@keyframes elementor-animation-pulse-grow {
	to {
		transform: scale(1.1);
	}
}
.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
	animation-name: elementor-animation-pulse-grow;
	animation-duration: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}