https://github.com/gregnb/mootools-percent-drag
Quick class to output units in percentage
https://github.com/gregnb/mootools-percent-drag
javascript mootools
Last synced: about 1 month ago
JSON representation
Quick class to output units in percentage
- Host: GitHub
- URL: https://github.com/gregnb/mootools-percent-drag
- Owner: gregnb
- Created: 2016-05-03T14:20:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T15:45:53.000Z (about 9 years ago)
- Last Synced: 2025-02-10T15:13:38.674Z (3 months ago)
- Topics: javascript, mootools
- Language: HTML
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mootools-percent-drag
Quick class to output units in percentageUsage:
var dragPerc = new DragPercent('item', {
container: 'container'
});