index.wxml 527 B

123456789101112131415
  1. <xr-demo-viewer
  2. title="动画案例"
  3. intro="keyframe动画案例,包含三个图形的旋转位移缩放动画,底层平面的颜色变化动画,以及一个聚光的位移动画。具体动画结构可以拉到底部查看。"
  4. code="{{xmlCode}}"
  5. json="{{json}}"
  6. >
  7. <xr-basic-animation
  8. disable-scroll
  9. id="main-frame"
  10. width="{{renderWidth}}"
  11. height="{{renderHeight}}"
  12. style="width:{{width}}px;height:{{height}}px;top:{{top}}px;left:{{left}}px;display:block;"
  13. a="123"
  14. />
  15. </xr-demo-viewer>