Skip to content

Instantly share code, notes, and snippets.

@matsurai25
Created December 19, 2017 03:52
Show Gist options
  • Save matsurai25/02df09d32b077d6c1bd7a0ff79e192ac to your computer and use it in GitHub Desktop.
Save matsurai25/02df09d32b077d6c1bd7a0ff79e192ac to your computer and use it in GitHub Desktop.
lottie-init-setting
const anim = lottie.loadAnimation({
container: document.getElementById('bodymovin-wrapper'),
renderer: 'svg',
loop: true,
path: 'data.json'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment