Page-based scrolling experiment with vertical-track cursor. See demo!
- jQuery
- brandonaaron/jquery-mousewheel
- cowboy/jquery-resize (optional)
$('.your-text-container').curse(options);
Options (and defaults):
- scrollMarginRatio: 1/7
- cursorSize: 10
- color: '#AAAAAA'
- animateSpeed: 300
- markPageNumbers: false
- initialScrollPosition: undefined (i.e. current scrollTop)
- Draggable cursor!
- Support right-side cursor as (default?) option
- Snap cursor to lines?
- Export plugin to
build
directory - Un-curse