Loaders · 2.2s
Linear Progress
Horizontal bar fills left → right — file upload, install bar
By Lottie Max Added Updated
320×100 · 30fps · 2.20s · loops
Embed it anywhere
Paste the snippet into any HTML page. The animation loads from
/templates/linear-progress.json — host it yourself or hot-link from lottiemax.com.
Embed · Linear Progress
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-linear-progress" style="width:320px;height:100px;"></div>
<script>
lottie.loadAnimation({
container: document.getElementById('lottie-linear-progress'),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://lottiemax.com/templates/linear-progress.json',
});
</script>