oont-contents/plugins/elementor/assets/lib/animations/styles/e-animation-float.css
2025-02-08 15:10:23 +01:00

10 lines
267 B
CSS

.elementor-animation-float {
transition-duration: 0.3s;
transition-property: transform;
transition-timing-function: ease-out;
}
.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
transform: translateY(-8px);
}