Files
rm2.pagedev.pl/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-shrink.css
2026-03-24 00:31:47 +01:00

15 lines
394 B
CSS

@keyframes elementor-animation-pulse-shrink {
to {
transform: scale(0.9);
}
}
.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
animation-name: elementor-animation-pulse-shrink;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}