aanimation.vwf.json 200 B

123456789101112
  1. {
  2. "extends": "proxy/aframe/node.vwf",
  3. "type": "a-animation",
  4. "properties": {
  5. "attribute": null,
  6. "dur": null,
  7. "from": null,
  8. "to": null,
  9. "repeat": null,
  10. "begin": null
  11. }
  12. }