Files
kontrans.cmspro.it/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-sink.css
2024-12-23 22:14:28 +01:00

11 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);
}