gpt4 book ai didi

jQuery 无限缩略图库

转载 作者:行者123 更新时间:2023-12-01 01:49:26 25 4
gpt4 key购买 nike

我正在寻找一个 jQuery 插件来制作像 Flash 中这样的画廊:

http://flash.tutfactory.com/interface/infinite-sliding-gallery/

我在 Google 上查询了“jquery 无限图库”、“jquery 滚动图库”等,但找不到类似的内容。当您向下滚动页面时,它返回的只是由 Ajax 加载的无限滚动画廊。你知道有什么插件可以实现这样的功能吗?免费或付费对我来说并不重要。有趣的是我发现了这个帖子:https://stackoverflow.com/questions/13874677/looking-for-jquery-infinite-carousel-with-mouseover-activation有类似的问题,几天前就关闭了,我希望我的不会。我发现用 jQuery 制作的最接近的东西是这样的: http://manos.malihu.gr/tuts/jquery_thumbnail_scroller_horizontal_full_light.html#但我不知道如何根据鼠标距离边缘的距离来实现各种滚动速度,以及如何使其平滑循环。

感谢您的帮助。

最佳答案

如果您想增加或减少滚动速度,您可以创建一个透明的 div,它将位于您希望鼠标悬停的位置。然后运行一个函数:

$("div").mouseover(function(){
//increase here your speed
}).mouseout(function(){
//decrease here your speed
});

这里有一个如何编写无限轮播画廊的教程: http://www.queness.com/resources/html/carousel/index.html

关于jQuery 无限缩略图库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13940670/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com