node.vwf.yaml 941 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # http://kineticjs.com/docs/Kinetic.Node.html
  2. ---
  3. extends: http://vwf.example.com/node.vwf
  4. properties:
  5. x:
  6. y:
  7. width:
  8. height:
  9. visible:
  10. isVisible:
  11. listening:
  12. isListening:
  13. id:
  14. name:
  15. opacity:
  16. scale:
  17. scaleX:
  18. scaleY:
  19. position:
  20. rotation:
  21. transform:
  22. offset:
  23. offsetX:
  24. offsetY:
  25. draggable:
  26. dragDistance:
  27. zIndex:
  28. dragBoundFunc:
  29. absolutePosition:
  30. absoluteTransform:
  31. absoluteOpacity:
  32. absoluteZIndex:
  33. uniqueInView:
  34. supportMouseEvents:
  35. supportTouchEvents:
  36. hasMouseEvents: false
  37. hasTouchEvents: false
  38. dragProperty: "position"
  39. methods:
  40. toggleVisibility:
  41. toggleListening:
  42. events:
  43. pointerMove:
  44. pointerOut:
  45. pointerEnter:
  46. pointerLeave:
  47. pointerDown:
  48. pointerUp:
  49. pointerClick:
  50. pointerDoubleClick:
  51. touchStart:
  52. touchMove:
  53. touchEnd:
  54. tap:
  55. doubleTap:
  56. dragStart:
  57. dragMove:
  58. dragEnd:
  59. draggingFromView:
  60. scripts:
  61. - source: "http://vwf.example.com/kinetic/node.js"