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