Onboarding · 2.2s loop
Swipe Hint
Finger disc slides right with a dashed trail — swipe-gesture coaching
By Lottie Max Added
320×160 · 30fps · 2.20s · loops
Embed it anywhere
Paste the snippet into any HTML page. The animation loads from
/templates/swipe-hint.json — host it yourself or hot-link from lottiemax.com.
Embed · Swipe Hint
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-swipe-hint" style="width:320px;height:160px;"></div>
<script>
lottie.loadAnimation({
container: document.getElementById('lottie-swipe-hint'),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://lottiemax.com/templates/swipe-hint.json',
});
</script>