blob: d9f4db6413896b4efc69523dc5976471c921ee8c [file] [log] [blame]
<!DOCTYPE html>
<html style="width: 100%;height: 100%">
<head>
<script src="../bodymovin.js"></script>
</head>
<body style="background-color:#ccc; margin: 0px;height: 100%; font-family: sans-serif;font-size: 10px">
<div style="width:100%;height:100%;background-color:#333" id="bodymovin"></div>
<script>
var animData = {
wrapper: document.getElementById('bodymovin'),
animType: 'html',
loop: true,
prerender: true,
autoplay: true,
path: 'data.json'
};
var anim = bodymovin.loadAnimation(animData);
window.onresize = anim.resize.bind(anim);
</script>
</body>
</html>