Files
carei.pagedev.pl/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew.css
Roman Pyrih 64c4a90405 first commit
2026-03-10 09:50:10 +01:00

10 lines
220 B
CSS

.elementor-animation-skew {
transition-duration: 0.3s;
transition-property: transform;
}
.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
transform: skew(-10deg);
}