原型/Scriptaculous Cycle(幻灯片)插件

发布于 2024-08-27 18:43:59 字数 451 浏览 4 评论 0原文

我有很多网站使用一些 Prototype/Scriptaculous 插件,例如 lightbox 和 modalbox,因此在各个页面上包含对这两个库的引用。

我现在需要在每个页面上实现幻灯片放映,并且为了跟进,我需要一个原型循环或幻灯片插件。要求相当简单:

  1. 图像应该每 N 秒淡入/淡出
  2. 四个控件:上一个、暂停、播放、下一个
  3. 我更喜欢通过 JavaScript 将图像添加到幻灯片;不是通过添加太多标签

任何人都可以建议一个现有的插件,它可以轻松定制并且不会像大多数其他插件那样臃肿。

这是一个提供类似功能的 jQuery 插件: http://malsup.com/jquery/cycle/lite/

I've got a bunch of websites that use a few Prototype/Scriptaculous plugins such as lightbox and modalbox, hence include references to these two libraries on various pages.

I now need to implement a slideshow on every page, and to follow suit, I need a Prototype cycle or slideshow plugin. The requirements are fairly simple:

  1. images should fade-in/out every N seconds
  2. four controls: prev, pause, play, next
  3. i'd prefer to add images to the slideshow via JavaScript; not by adding too many tags

Can any one suggest an existing plugin that can be customized easily and is not bloated like most of the other plugins.

Here is a jQuery plugin which provides similar functionality:
http://malsup.com/jquery/cycle/lite/

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

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

发布评论

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

评论(1

滥情空心 2024-09-03 18:43:59

Prototype Carousel 是 Prototype 和 Scriptaculous 的轻量级插件。它不像 jQuery Cycle 插件那么强大,但它可以完成工作。

如果您希望它执行一些未内置的操作(例如 暂停/播放),查看“问题”论坛;社区提交了一些代码补丁和代码建议。

Prototype Carousel is a lightweight plugin for Prototype and Scriptaculous. It's not quite as robust as the jQuery Cycle plugin, but it does the job.

If there's something that you want it to do that isn't built in (like pause/play), check out the "Issues" forum; there are several code patches and code suggestions there submitted by the community.

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