| 1 |
@keyframes elementor-animation-pulse-shrink { |
| 2 |
to { |
| 3 |
transform: scale(0.9); |
| 4 |
} |
| 5 |
} |
| 6 |
.elementor-animation-pulse-shrink:active, |
| 7 |
.elementor-animation-pulse-shrink:focus, |
| 8 |
.elementor-animation-pulse-shrink:hover { |
| 9 |
animation-name: elementor-animation-pulse-shrink; |
| 10 |
animation-duration: 0.3s; |
| 11 |
animation-timing-function: linear; |
| 12 |
animation-iteration-count: infinite; |
| 13 |
animation-direction: alternate; |
| 14 |
} |
| 15 |
|