PluginProbe
Elementor Website Builder – more than just a page builder / 3.25.0-dev3
Elementor Website Builder – more than just a page builder v3.25.0-dev3
4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 All 454 releases
elementor / assets / lib / animations / styles / e-animation-wobble-bottom.css

e-animation-wobble-bottom.css in Elementor Website Builder – more than just a page builder 3.25.0-dev3, at assets/lib/animations/styles/e-animation-wobble-bottom.css

32 lines 620 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @keyframes elementor-animation-wobble-bottom {
2 16.65% {
3 transform: skew(-12deg);
4 }
5 33.3% {
6 transform: skew(10deg);
7 }
8 49.95% {
9 transform: skew(-6deg);
10 }
11 66.6% {
12 transform: skew(4deg);
13 }
14 83.25% {
15 transform: skew(-2deg);
16 }
17 100% {
18 transform: skew(0);
19 }
20 }
21 .elementor-animation-wobble-bottom {
22 transform-origin: 100% 0;
23 }
24 .elementor-animation-wobble-bottom:active,
25 .elementor-animation-wobble-bottom:focus,
26 .elementor-animation-wobble-bottom:hover {
27 animation-name: elementor-animation-wobble-bottom;
28 animation-duration: 1s;
29 animation-timing-function: ease-in-out;
30 animation-iteration-count: 1;
31 }
32