Cycle 插件拒绝滚动,不知道为什么

发布于 2024-08-02 20:00:13 字数 424 浏览 3 评论 0原文

我正在尝试为我的网站制作一个画廊作品。我知道有一些可以自动完成我想要的大部分内容,但我希望能够构建自己的网站,这样我就可以确切地知道其中包含的内容 问题是,

CSS 无法正常工作。jQuery

Cycle 插件提供了一些有趣的功能,但只有当我将动画设置为“Fade”时,它才会起作用。为什么?

我知道我正在使用最新的 jQuery Cycle 插件(带有所有动画),并且我正在正确链接到 Easing 插件,没有任何错误

。 ?

您可以在这里看到我的代码: http://www.designbyadmiral.com/tests/画廊/index.html

I"m trying to make a gallery piece for my website. I know there are ones out there that would do most of what I want automatically but I'm hoping to be able to build my own that way I know exactly what's gone into it.

Problem is, it's not working. Sort of.

The CSS works as it's supposed to. The jQuery Cycle plugin is providing the sexy bits but it only works if I set the animation to Fade. If I tell it to scrollLeft or scrollHorz it fails. Why?

I know I'm using the latest jQuery Cycle plugin (with all the animations) and I'm properly linking to jQuery and I am linking to the Easing plugin for good measure. No go. No errors, either.

Any ideas?

You can see my code here: http://www.designbyadmiral.com/tests/gallery/index.html

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

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

发布评论

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

评论(1

樱&纷飞 2024-08-09 20:00:13

从您网站上的 jquery.cycle-2.71.js 中:

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

您需要插件的“转换包”或“包含所有转换”版本。

From the jquery.cycle-2.71.js on your site:

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

You ned the "transition pack" or the "with all transitions" version of the plugin.

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