UI · 2.7s loop
Tab Underline
Indicator slides between tabs — tab switching, segmented controls
By Lottie Max Added
360×140 · 30fps · 2.70s · loops
Embed it anywhere
Paste the snippet into any HTML page. The animation loads from
/templates/tab-underline.json — host it yourself or hot-link from lottiemax.com.
Embed · Tab Underline
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-tab-underline" style="width:360px;height:140px;"></div>
<script>
lottie.loadAnimation({
container: document.getElementById('lottie-tab-underline'),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://lottiemax.com/templates/tab-underline.json',
});
</script>