【发布时间】:2011-06-24 11:44:45
【问题描述】:
我在使用 jQuery Cycle Lite 插件时遇到问题 (http://jquery.malsup.com/cycle/)
图像似乎在淡入之前完全淡出,我希望它们同时淡入/淡出。 http://hardingandwhitlock.com/v6/content/background
我将同步选项设置为 1
$.fn.cycle.defaults = {
timeout: 2000,
speed: 200,
next: null,
prev: null,
before: null,
after: null,
height: 'auto',
sync: 1,
fit: 0,
pause: 0,
delay: 0,
slideExpr: null
};
非常感谢任何帮助!
【问题讨论】:
标签: javascript jquery slideshow cycle