我正在尝试使用 jQuery 使一些文本垂直滚动,我一直在关注http://www.switchonthecode.com/tutorials/using-jquery-slider-to-scroll-a-div上的代码示例
请有人指导我如何实现
- 垂直放置滑块
- 上下移动滑块时使文本垂直滚动
编辑:(对@lonesomeday 的回答发表评论)我已经尝试过设置orientation:vertical并尝试更改
scrollWidth到scrollHeightwidth到heightscrollLeft到scrollTop
在功能中handleSliderChange,handleSliderSlide但这不起作用
非常感谢