# elementor/4.0.0-dev4/assets/lib/animations/styles/e-animation-bob.css

Elementor Website Builder – more than just a page builder, version 4.0.0-dev4. 28 lines.

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

```css
@keyframes elementor-animation-bob {
	0% {
		transform: translateY(-8px);
	}
	50% {
		transform: translateY(-4px);
	}
	100% {
		transform: translateY(-8px);
	}
}
@keyframes elementor-animation-bob-float {
	100% {
		transform: translateY(-8px);
	}
}
.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
	animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-duration: 0.3s, 1.5s;
	animation-delay: 0s, 0.3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate;
}

```
