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

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

- Page: https://pluginprobe.com/plugins/elementor/3.32.0-dev2/code/assets/lib/animations/styles/e-animation-buzz.css
- Raw: https://pluginprobe.com/plugins/elementor/3.32.0-dev2/raw/assets/lib/animations/styles/e-animation-buzz.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-buzz.css#L10-L20`.

```css
@keyframes elementor-animation-buzz {
	50% {
		transform: translateX(3px) rotate(2deg);
	}
	100% {
		transform: translateX(-3px) rotate(-2deg);
	}
}
.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
	animation-name: elementor-animation-buzz;
	animation-duration: 0.15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

```
