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