# moving **Repository Path**: mirrors_LancerComet/moving ## Basic Information - **Project Name**: moving - **Description**: A tiny library to make html node movable. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # moving A tiny library to make html node movable. Compatibility: >= IE9. (Because of using `transform` style). [Demo](http://htmlpreview.github.io/?https://github.com/LancerComet/moving/blob/master/test/demo.html) is here. ## Usage. ### Common.js: ```javascript const moving = require('moving') const myDiv = document.querySelector('#my-div') moving.setDraggable(myDiv) // Now it can move to anywhere. moving.setUndraggable(myDiv) // Stay here forever. ``` ### Use it directly: ```html ``` ## License MIT.