Last updated 3 years ago
参考代码:
要点:
注意监听范围,不能只监听 div
不要使用 drag 事件,很难用。
使用 transform 会比 top / left 性能更好,因为可以避免 reflow 和 repaint