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