GWT 中的图像滑块

发布于 2024-12-28 06:23:51 字数 182 浏览 2 评论 0原文

我正在寻找一个简单的图像滑块内容,在 GWT 中具有以下功能:

  • 当用户单击图像时,从右向左滑动多个图像 (所选图像应位于中心)
  • 无限循环(最后一张图像后面应跟着第一张图像 再次)

我们在网络上尝试了很多滑块但没有结果。 有什么建议吗?

如有帮助,将不胜感激。

I'm looking for a simple image slider content with the following features in GWT:

  • slide several images from right to left when user clicks on the image
    (selected image should be at the center)
  • endless looping (the last image should be followed by the first image
    again)

We tried a lot on web for slider but no result.
any recommendations?

Help would be appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

清风疏影 2025-01-04 06:23:51

我不知道有任何本机 GWT 滑块。最简单的实现方法可能是使用网络上几乎任何地方的预制 Javascript 版本。您可以在此处了解如何封装 Javascript 库,此处此处,并通过搜索 Google 找到大量其他资源。

I'm not aware of any native GWT sliders. The easiest way to implement one is probably to use a pre-made Javascript version from, well, pretty much anywhere on the web. You can learn about wrapping Javascript libraries here, here and here, and find lots of other resources by searching Google.

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