first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
@keyframes elementor-animation-pulse-shrink {
|
||||
to {
|
||||
transform: scale(0.9);
|
||||
}
|
||||
}
|
||||
.elementor-animation-pulse-shrink:active,
|
||||
.elementor-animation-pulse-shrink:focus,
|
||||
.elementor-animation-pulse-shrink:hover {
|
||||
animation-name: elementor-animation-pulse-shrink;
|
||||
animation-duration: 0.3s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
Reference in New Issue
Block a user