Skip to content

Instantly share code, notes, and snippets.

@ryanirilli
Created January 14, 2020 03:51
Show Gist options
  • Save ryanirilli/dee185a2ca1d51e9396fdb8ea4003064 to your computer and use it in GitHub Desktop.
Save ryanirilli/dee185a2ca1d51e9396fdb8ea4003064 to your computer and use it in GitHub Desktop.
Apptentive Animation
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.5.9/lottie.min.js" type="text/javascript"></script>
<script>
document.addEventListener("DOMContentLoaded", function() {
lottie.loadAnimation({
container: document.getElementById('intro-animation'),
renderer: 'svg',
loop: true,
autoplay: true,
animationData: /* PASTE JSON HERE */
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment