blob: d08c20e810a36ea6ecf250169c6401c8c0a97326 [file] [log] [blame]
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<style>
body, html{
background-color:#fff;
margin: 0px;
overflow-x: hidden;
overflow-y: auto;
}
#lottie{
background-color:#fff;
width:100%;
height:100%;
display:block;
overflow: hidden;
transform: translate3d(0,0,0);
position: absolute;
opacity: 0;
pointer-events: none;
/*display:none;*/
}
</style>
<script src="lottie.js" ></script>
</head>
<body>
<div id="lottie"></div>
<div id="snapshotsContainer"></div>
<script src="screenshot.js" ></script>
</body>
</html>