# elementor/3.32.0-dev2/assets/lib/animations/styles/e-animation-wobble-bottom.css

Elementor Website Builder – more than just a page builder, version 3.32.0-dev2. 32 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.32.0-dev2/code/assets/lib/animations/styles/e-animation-wobble-bottom.css
- Raw: https://pluginprobe.com/plugins/elementor/3.32.0-dev2/raw/assets/lib/animations/styles/e-animation-wobble-bottom.css
- Modified: 2024-08-25T13:59:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/3.32.0-dev2/code/assets/lib/animations/styles/e-animation-wobble-bottom.css#L10-L20`.

```css
@keyframes elementor-animation-wobble-bottom {
	16.65% {
		transform: skew(-12deg);
	}
	33.3% {
		transform: skew(10deg);
	}
	49.95% {
		transform: skew(-6deg);
	}
	66.6% {
		transform: skew(4deg);
	}
	83.25% {
		transform: skew(-2deg);
	}
	100% {
		transform: skew(0);
	}
}
.elementor-animation-wobble-bottom {
	transform-origin: 100% 0;
}
.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
	animation-name: elementor-animation-wobble-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

```
