# elementor/3.25.0-dev3/assets/lib/animations/styles/e-animation-grow.css

Elementor Website Builder – more than just a page builder, version 3.25.0-dev3. 10 lines.

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

```css
.elementor-animation-grow {
	transition-duration: 0.3s;
	transition-property: transform;
}
.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
	transform: scale(1.1);
}

```
