javascript JQuery 垂直无限轮播
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/16810743/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
JQuery Vertical Infinite Carousel
提问by Dawid van der Hoven
I have been Looking For the Past two hours, Is there any jQuery plugin that does a Vertical Infinite Carousel effect? to be more specific here's the required layout:
我一直在寻找过去两个小时,是否有任何 jQuery 插件可以实现垂直无限轮播效果?更具体地说,这里是所需的布局:
Unfortunately I really don't have the experience nor the time to learn right now in order to achieve this by pure creation... Even just pointing me in the right direction would be Great...
不幸的是,我现在真的没有经验也没有时间学习以通过纯粹的创作来实现这一目标......即使只是指出我正确的方向也会很棒......
Any Help Greatly Appreciated
非常感谢任何帮助
采纳答案by Francis Kim
Check out carouFredSel. It supports infinite carousel & has an easy to use code generator on the site.
查看 carouFredSel。它支持无限轮播,并在网站上有一个易于使用的代码生成器。
回答by kelunik
I think it's not maintained anymore, but it looks good and works:
我认为它不再维护,但它看起来不错并且有效:
All Demos: http://jquery-ui.googlecode.com/svn-history/r3843/branches/labs/carousel/demo/index.html
所有演示:http: //jquery-ui.googlecode.com/svn-history/r3843/branches/labs/carousel/demo/index.html
Vertical: http://jquery-ui.googlecode.com/svn-history/r3843/branches/labs/carousel/demo/vertical.html
垂直:http: //jquery-ui.googlecode.com/svn-history/r3843/branches/labs/carousel/demo/vertical.html
回答by user2239256
Try this http://fredhq.com/projects/roundabout/
试试这个http://fredhq.com/projects/roundabout/
Include the shapes file, have look at the API and set shape to "waterWheel". :)
包含形状文件,查看 API 并将形状设置为“waterWheel”。:)
回答by Danny
Not sure if these are appropriate but maybe check out:
不确定这些是否合适,但可以查看:
Tiny Carousel
小旋转木马
jq.carousel
jq.carousel
amazing crousel
惊人的旋转木马
http://ryrych.github.io/rcarousel/
http://ryrych.github.io/rcarousel/
jQuery.silver_track
jQuery.silver_track
bx slider
bx滑块
Elastislide
弹力滑道
回答by AlphaMale
You need this. and then you can tweek it for your custom usage.
你需要这个。然后你可以为你的自定义用途调整它。
http://nemeseri.com/ender-carousel/demos/vertical.html
http://nemeseri.com/ender-carousel/demos/vertical.html
Edit:
编辑:
Please use the following link as the link above is now dead.
请使用以下链接,因为上面的链接现已失效。
https://github.com/nemeseri/ender-carousel
https://github.com/nemeseri/ender-carousel
Hope this helps.
希望这可以帮助。