Cycle 插件拒绝滚动,不知道为什么
我正在尝试为我的网站制作一个画廊作品。我知道有一些可以自动完成我想要的大部分内容,但我希望能够构建自己的网站,这样我就可以确切地知道其中包含的内容 问题是,
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从您网站上的
jquery.cycle-2.71.js
中:您需要插件的“转换包”或“包含所有转换”版本。
From the
jquery.cycle-2.71.js
on your site:You ned the "transition pack" or the "with all transitions" version of the plugin.