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

10 lines
262 B
CSS

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