Celebration · 2s
Confetti Burst
Colorful confetti erupts upward and tumbles — celebrations, completions
By Lottie Max Added
360×360 · 30fps · 2.00s · loops
Embed it anywhere
Paste the snippet into any HTML page. The animation loads from
/templates/confetti-burst.json — host it yourself or hot-link from lottiemax.com.
Embed · Confetti Burst
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-confetti-burst" style="width:360px;height:360px;"></div>
<script>
lottie.loadAnimation({
container: document.getElementById('lottie-confetti-burst'),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://lottiemax.com/templates/confetti-burst.json',
});
</script>