Feedback · 2.4s
Upload Success
Upload arrow becomes a checkmark + circle flips green — upload confirmed
By Lottie Max Added Updated
240×240 · 30fps · 2.40s · loops
Embed it anywhere
Paste the snippet into any HTML page. The animation loads from
/templates/upload-success.json — host it yourself or hot-link from lottiemax.com.
Embed · Upload Success
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-upload-success" style="width:240px;height:240px;"></div>
<script>
lottie.loadAnimation({
container: document.getElementById('lottie-upload-success'),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://lottiemax.com/templates/upload-success.json',
});
</script>