Charts · 2.4s
Pie Slice Reveal
Four solid pie wedges scale in one after the other — data-share reveals
By Lottie Max Added
240×240 · 30fps · 2.40s · loops
Embed it anywhere
Paste the snippet into any HTML page. The animation loads from
/templates/pie-slice-reveal.json — host it yourself or hot-link from lottiemax.com.
Embed · Pie Slice Reveal
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-pie-slice-reveal" style="width:240px;height:240px;"></div>
<script>
lottie.loadAnimation({
container: document.getElementById('lottie-pie-slice-reveal'),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://lottiemax.com/templates/pie-slice-reveal.json',
});
</script>