path.vwf.json 690 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "extends": "proxy/two/node.vwf",
  3. "type": "path",
  4. "properties": {
  5. "x": null,
  6. "y": null,
  7. "translation": [0,0],
  8. "rotation": null,
  9. "scale": null,
  10. "fill": null,
  11. "stroke": null,
  12. "linewidth": null,
  13. "opacity": null,
  14. "clip": null,
  15. "startOffset":null,
  16. "pausedTime": null,
  17. "isPlaying": null,
  18. "vertices": [],
  19. "curved":null,
  20. "closed":null,
  21. "join":null,
  22. "automatic":null
  23. },
  24. "methods": {
  25. "playVideo":{},
  26. "syncVideoState":{},
  27. "unmute":{},
  28. "setVideoState":{
  29. "parameters":[
  30. "isPlaying",
  31. "startOffset",
  32. "pausedTime"
  33. ]
  34. }
  35. },
  36. "scripts": {
  37. "source": "path.js"
  38. }
  39. }