index.wxml 330 B

123456789101112
  1. <xr-demo-viewer
  2. title="glTF动画案例"
  3. intro="(资源较大,请稍候)"
  4. >
  5. <xr-template-gltfAnimation
  6. disable-scroll
  7. id="main-frame"
  8. width="{{renderWidth}}"
  9. height="{{renderHeight}}"
  10. style="width:{{width}}px;height:{{height}}px;top:{{top}}px;left:{{left}}px;display:block;"
  11. />
  12. </xr-demo-viewer>