创建横向滚动内联元素的最佳方法?
我正在尝试摆脱业余身份,所以请原谅任何错误的假设或愚蠢的问题。
我有兴趣更新我的网站 http://scenicdesktops.com,这样就可以代替老式的内联元素以传统方式滚动(独立于页面的其余部分),我想实现一个可移动的内联元素,具有平滑、左右、页面到页面样式的滚动。我想使用侧面按钮来执行此操作,单击该按钮时,会导致中间部分平滑、移动地过渡到下一页/上一页。
在底部设置页面链接也很方便,可以将中间部分海峡移动到该特定页面,所有这些都具有相同的平滑的左右运动。
我是简约代码的粉丝,所以越轻越好。也许我可能需要 jquery 或 mootools,但我的专业知识就到此为止。有人能指出我正确的方向吗?
I am attempting to get out of amateur status, so forgive any false assumptions or silly questions.
I am interested in updating my web site http://scenicdesktops.com, so that instead of the old-school inline element that scrolls in a traditional manner (independent of the rest of the page), I would like to implement a movable inline element with smooth, side-to-side, page-to-page style scrolling. I would like to do this using side buttons, which, when clicked, would result in a smooth, moving transition of this middle section to the next / previous page.
It would also be convenient to have page links at the bottom which move the middle section strait to that specific page, all with the same smooth side-to-side motion.
I am a fan of minimalistic code, so the lighter the better. Perhaps I might need jquery or mootools for this, but my know-how ends right about there. Can anyone point me in the right direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 jQuery 和 jQuery Tools,那么您可以:(
非常简约)
请参阅 http://flowplayer。 org/tools/demos/scrollable/index.html 进行演示
Use jQuery and jQuery Tools, then you can:
(very minimalistic)
See http://flowplayer.org/tools/demos/scrollable/index.html for a demo