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: 10 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T15:45:53.000Z (about 10 years ago)
- Last Synced: 2025-04-05T07:24:28.609Z (about 1 year ago)
- Topics: javascript, mootools
- Language: HTML
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- 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 percentage
Usage:
var dragPerc = new DragPercent('item', {
container: 'container'
});