# elementor/3.28.0-dev2/assets/lib/animations/styles/e-animation-pulse.css

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

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

```css
@keyframes elementor-animation-pulse {
	25% {
		transform: scale(1.1);
	}
	75% {
		transform: scale(0.9);
	}
}
.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
	animation-name: elementor-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

```
