Onboarding · 1.8s loop
Tap Hint
Finger taps down with three expanding ripple rings — tap-gesture coaching
By Lottie Max Added
240×240 · 30fps · 1.80s · loops
Embed it anywhere
Paste the snippet into any HTML page. The animation loads from
/templates/tap-hint.json — host it yourself or hot-link from lottiemax.com.
Embed · Tap Hint
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-tap-hint" style="width:240px;height:240px;"></div>
<script>
lottie.loadAnimation({
container: document.getElementById('lottie-tap-hint'),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://lottiemax.com/templates/tap-hint.json',
});
</script>