# elementor/3.32.0-dev1/assets/lib/animations/styles/e-animation-push.css

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

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

```css
@keyframes elementor-animation-push {
	50% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(1);
	}
}
.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
	animation-name: elementor-animation-push;
	animation-duration: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

```
