Loaders · 1.6s loop
Dots Wave
Five dots travelling on a sine wave — AI thinking, live audio
By Lottie Max Added Updated
280×120 · 30fps · 1.60s · loops
Embed it anywhere
Paste the snippet into any HTML page. The animation loads from
/templates/dots-wave.json — host it yourself or hot-link from lottiemax.com.
Embed · Dots Wave
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-dots-wave" style="width:280px;height:120px;"></div>
<script>
lottie.loadAnimation({
container: document.getElementById('lottie-dots-wave'),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://lottiemax.com/templates/dots-wave.json',
});
</script>