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