创建横向滚动内联元素的最佳方法?

发布于 2024-12-08 19:05:15 字数 390 浏览 2 评论 0原文

我正在尝试摆脱业余身份,所以请原谅任何错误的假设或愚蠢的问题。

我有兴趣更新我的网站 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷雾森÷林ヴ 2024-12-15 19:05:15

使用 jQuery 和 jQuery Tools,那么您可以:(

$(".scrollable").scrollable();

非常简约)

请参阅 http://flowplayer。 org/tools/demos/scrollable/index.html 进行演示

Use jQuery and jQuery Tools, then you can:

$(".scrollable").scrollable();

(very minimalistic)

See http://flowplayer.org/tools/demos/scrollable/index.html for a demo

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文