Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 3.76 KB

drag.md

File metadata and controls

74 lines (56 loc) · 3.76 KB

drag

  • drag to create two columns
// To tow columns
// |------------------------------------------------------------------------------
// |                                                                             |
// | xxxxxxxxxxxxxxxxxxxxxxxxxxxxx                                               |
// | xxxxxxxxxxxxxxxxxxxxxxxxxxxxx                                               |
// |                                                                             |
// |------------------------------------------------------------------------------
//
// |------------------------------------------------------------------------------
// |                                                                             |
// | xxxxxxxxxxxxxxxxxxxxxxxxxxxxx          xxxxxxxxxxxxxxxxxxxxxxxxxxxxx        |
// |                                                                             |
// |------------------------------------------------------------------------------
// To three columns
// |------------------------------------------------------------------------------
// |                                                                             |
// | xxxxxxxxxxxxxxxxxxxxxxxxxxxxx                                               |
// | xxxxxxxxxxxxxxxxxxxxxxxxxxxxx                                               |
// | xxxxxxxxxxxxxxxxxxxxxxxxxxxxx                                               |
// |                                                                             |
// |------------------------------------------------------------------------------
//
// |------------------------------------------------------------------------------
// |                                                                             |
// | xxxxxxxxxxxxxxxxxxxx       xxxxxxxxxxxxxxxxxxxx       xxxxxxxxxxxxxxxxxxxx  |
// | xxxxx                      xxxxxx                     xxxx                  |
// |------------------------------------------------------------------------------

documents

Drag Operations

simulate drag event using mouse event...

Drag Event vs Mouse events for Drag and Drop Drag & Drop vs. MouseEvents - A misunderstanding How to simulate HTML5 Drag and Drop events in javascript? Drag'n'Drop with mouse events

method

elementFromPoint()

DocumentOrShadowRoot.elementFromPoint()

cloneNode()

Node.cloneNode()

animation

vue-smooth-reflow

Issues

lib demo

react-trello-board react-beautiful-dnd react-smooth-dnd