Jquery Content Drag Scroller
Quick Links
Visit the jQuery Content Drag Scroller hub, which has a demonstration and download for this plugin on JS Plugins JavaScript Plugin Library.
Content Drag Scroller Demonstration.
Description
The jQuery Content Drag Scroller project is a plugin for the jQuery JavaScript Framework, which allows a specified content area to be scrolled up or down by dragging in the area. It animates after the drag has ended to smooth the scroll.
If you find my open source projects and jQuery plugins useful,
please consider making a donation!
Requirements
- jquery.js
- jquery.contentdragscroller.js
- Optionally, you can use easing from jquery.easing.js
CSS
There is no required CSS for this plugin. You can optionally style the container for the draggable area.
JavaScript
$("#example").contentdragscroller();
You Are Here: Home » JavaScript » Content Drag Scroller