循环插件拒绝滚动,不明白为什么

时间:2009-08-20 01:32:51

标签: jquery css plugins gallery cycle

我正在尝试为我的网站制作一个画廊作品。我知道那里有些会自动完成我想要的大部分内容,但我希望能够以这种方式构建我自己的作品我知道究竟是什么进入它。

问题是,它不起作用。排序。

CSS按预期工作。 jQuery Cycle插件提供了性感的位,但它只有在我将动画设置为Fade时才有效。如果我告诉它scrollLeft或scrollHorz它失败了。为什么呢?

我知道我正在使用最新的jQuery Cycle插件(带有所有动画),而且我正确地链接到jQuery,我正在链接到Easing插件以获得良好的衡量标准。不行。没有错误。

有什么想法吗?

您可以在此处查看我的代码:http://www.designbyadmiral.com/tests/gallery/index.html

1 个答案:

答案 0 :(得分:1)

来自您网站上的jquery.cycle-2.71.js

// transition definitions - only fade is defined here, transition pack defines the rest
$.fn.cycle.transitions = {

您已了解插件的“转换包”或“包含所有转换”版本。