基于 jquery 的 HTML 内容幻灯片/过渡
基于JQuery搜索rotator只能找到原始的rotator插件和一堆照片库,这是我不想要的。请推荐其他可用的旋转器。旋转器应该能够旋转 HTML,而不仅仅是图像(例如 Glimmer 工具,它可以创建用于旋转图像的 JQuery/HTML 代码)。
Searching for rotators based on JQuery only finds the original rotator plugin and a bunch of photo galleries, which I don't want. Please suggest other rotators available. The rotator should be able to rotate HTML not just images (like the Glimmer tool, which can create JQuery/HTML code for rotating images).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
为什么要使用插件?使用这一行(为了便于阅读,我只是将其分为 3 行)
请参阅 演示
你的 HTML应该是这样的
HTML
JS / jQuery
CSS (可选=使过渡更平滑)
Why use plug-in's? use this one liner (i just separated it into 3 lines for the sake of readability)
see demo
Your HTML should be something like this
HTML
JS / jQuery
CSS (optional = makes transition smoother)
怎么样:
您甚至可以修改/自定义这些插件来创建您想要的效果。
How about:
You can even modify/customize these plugins to create the kind of effect you want.
链接文本非常酷。他们在演示中展示了来自 薪资公司 的示例,即使没有 Javascript,该示例也能很好地降级。
link text is pretty cool. They show an example from a payroll company in their demos that even degraded nicely without Javascript.
我创建了一个名为 Basic jQuery Slider 的简单插件。它简单、干净,并且只做它应该做的事情。如果您决定使用它并有任何疑问,请提出,我会帮助您。
I created a simple plugin called Basic jQuery Slider. It's simple and clean and just does what it's supposed to. If you decide to use it and have any questions, just ask and I'll help you out.
实际上我最终使用了 SlidesJS。 Zurb 的这个也很棒。
I actually ended up using the SlidesJS. This one by Zurb is also great.