Feedback · 1.8s
Lock Closing
Open padlock snaps shut — saved, encrypted, secured beats
By Lottie Max Added Updated
240×240 · 30fps · 1.80s · loops
Embed it anywhere
Paste the snippet into any HTML page. The animation loads from
/templates/lock-closing.json — host it yourself or hot-link from lottiemax.com.
Embed · Lock Closing
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-lock-closing" style="width:240px;height:240px;"></div>
<script>
lottie.loadAnimation({
container: document.getElementById('lottie-lock-closing'),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://lottiemax.com/templates/lock-closing.json',
});
</script>