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

17 lines
349 B
CSS

@keyframes elementor-animation-push {
50% {
transform: scale(0.8);
}
100% {
transform: scale(1);
}
}
.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
animation-name: elementor-animation-push;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}