Loaders · 1.8s loop
Skeleton Shimmer
Avatar + row placeholders breathing on a staggered phase — content loading
By Lottie Max Added Updated
320×200 · 30fps · 1.80s · loops
Embed it anywhere
Paste the snippet into any HTML page. The animation loads from
/templates/skeleton-shimmer.json — host it yourself or hot-link from lottiemax.com.
Embed · Skeleton Shimmer
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-skeleton-shimmer" style="width:320px;height:200px;"></div>
<script>
lottie.loadAnimation({
container: document.getElementById('lottie-skeleton-shimmer'),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://lottiemax.com/templates/skeleton-shimmer.json',
});
</script>