GWT 中的图像滑块
我正在寻找一个简单的图像滑块内容,在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道有任何本机 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.