# elementor/3.35.0-dev1/assets/lib/animations/styles/headShake.css

Elementor Website Builder – more than just a page builder, version 3.35.0-dev1. 25 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.35.0-dev1/code/assets/lib/animations/styles/headShake.css
- Raw: https://pluginprobe.com/plugins/elementor/3.35.0-dev1/raw/assets/lib/animations/styles/headShake.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.35.0-dev1/code/assets/lib/animations/styles/headShake.css#L10-L20`.

```css
@keyframes headShake {
	0% {
		transform: translateX(0);
	}
	6.5% {
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		transform: translateX(0);
	}
}
.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

```
