<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <title>Preview Layout</title>
</head>

<body>
    <p>please start scrolling</p>
    <div class="preview-box">
        <div class="preview-box__panel">

        </div>
    </div>

    <style type="text/css">
        .preview-box__panel {
            width: 400px;
            margin: 200vh auto;
        }
    </style>
    <script type="text/javascript" src="../../build/bodymovin-web-components.js"></script>
</body>

</html>
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Preview Layout</title>
</head>
<body>
  <p>please start scrolling</p>
  <div class="preview-box">
    <div class="preview-box__panel">
      {{ yield }}
    </div>
  </div>
  
  <style type="text/css">
    .preview-box__panel {
      width: 400px;
      margin: 200vh auto;
    }
  </style>
  <script type="text/javascript" src="{{ '/build/bodymovin-web-components.js' | path }}"></script>
</body>
</html>
/* No context defined for this component. */

There are no notes for this item.