| 1 |
.elementor-animation-sink { |
| 2 |
transition-duration: 0.3s; |
| 3 |
transition-property: transform; |
| 4 |
transition-timing-function: ease-out; |
| 5 |
} |
| 6 |
.elementor-animation-sink:active, |
| 7 |
.elementor-animation-sink:focus, |
| 8 |
.elementor-animation-sink:hover { |
| 9 |
transform: translateY(8px); |
| 10 |
} |
| 11 |
|