| 1 |
@keyframes elementor-animation-pop { |
| 2 |
50% { |
| 3 |
transform: scale(1.2); |
| 4 |
} |
| 5 |
} |
| 6 |
.elementor-animation-pop:active, |
| 7 |
.elementor-animation-pop:focus, |
| 8 |
.elementor-animation-pop:hover { |
| 9 |
animation-name: elementor-animation-pop; |
| 10 |
animation-duration: 0.3s; |
| 11 |
animation-timing-function: linear; |
| 12 |
animation-iteration-count: 1; |
| 13 |
} |
| 14 |
|