Loaders · 1.4s loop
Pulse
Gently pulsing dot
By Lottie Max Added
240×240 · 60fps · 1.40s · loops
Embed it anywhere
Paste the snippet into any HTML page. The animation loads from
/templates/pulse.json — host it yourself or hot-link from lottiemax.com.
Embed · Pulse
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-pulse" style="width:240px;height:240px;"></div>
<script>
lottie.loadAnimation({
container: document.getElementById('lottie-pulse'),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://lottiemax.com/templates/pulse.json',
});
</script>