UI · 1.2s
Slide Card
Card slides in with content
By Lottie Max Added
400×260 · 60fps · 1.20s · loops
Embed it anywhere
Paste the snippet into any HTML page. The animation loads from
/templates/slide-card.json — host it yourself or hot-link from lottiemax.com.
Embed · Slide Card
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-slide-card" style="width:400px;height:260px;"></div>
<script>
lottie.loadAnimation({
container: document.getElementById('lottie-slide-card'),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://lottiemax.com/templates/slide-card.json',
});
</script>