垂直滚动的 JQuery Cloud Carousel
我希望在 http://www.professorcloud.com/mainsite 上使用云教授的云传送带/carousel.htm 并使其垂直滚动。我可以看到反射可能是垂直滚动的问题,如果可以的话,我可以不使用它们,如果可能的话,我希望有一个选项来启用它们。感谢您的帮助。 (我需要它适合这里:右侧栏上的 http://www.inspiritandintruth.com。)
I am looking to take the Cloud Carousel by Professor Cloud on http://www.professorcloud.com/mainsite/carousel.htm and make it scroll vertically. I can see that reflections may be an issue with a vertical scroll and if they are that's okay, I can do without them, I'd like an option to enable them if possible. Thanks for all of your help. (I need it to fit here: http://www.inspiritandintruth.com on the right bar.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我有同样的问题。我发现这两个具有相同的 3D 效果,并且支持开箱即用的垂直滚动。
http://www.jacksasylum.eu/ContentFlow/
http://www.bkosborne.com/jquery-waterwheel-carousel
我想你可以使用其中之一他们或看查看他们的代码,看看他们是如何做到的。
希望有帮助。
乙
I have the same problem. I found these two that have the same 3d effect and Do support vertical scrolling out of the box.
http://www.jacksasylum.eu/ContentFlow/
http://www.bkosborne.com/jquery-waterwheel-carousel
I guess you could either use one of them or look at their code to see how they did it.
Hope that helps.
B
因此,在研究了代码之后,我终于弄清楚了。如果有人尝试在自己的网站上执行此操作,这就是我得到的:在非缩小版本的第 260 行左右,您有两行如下:
只需将它们更改为:
注意 x 和 y 是如何切换的( 3x)
您需要搞乱初始化内容,尤其是 xPos 和 xRadius,这是我的最终结果:
希望这对某人有帮助,您可以在 http://www.inspiritandintruth.com
So after digging around the code I finally figured it out. In case anyone ever attempts to do this on their own site here's what I got: At about line 260 of the non-minified version, you have two lines like this:
Just Change them to:
Notice how the x and y have been switched (3x)
You'll need to mess around with the initialization stuff especially the xPos and xRadius, here were my end results:
Hope this helps someone, you can see it in action (and even more highly customized) at http://www.inspiritandintruth.com