# elementor/4.0.3/assets/lib/animations/styles/e-animation-float.css

Elementor Website Builder – more than just a page builder, version 4.0.3. 11 lines.

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

```css
.elementor-animation-float {
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}
.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
	transform: translateY(-8px);
}

```
