如何将与幻灯片图像相同的过渡效果应用到其标题
我在一些图像上使用 JQuery Cycle 并让它们完美工作,但是,我不喜欢它们附带的标题变化的方式,它们与我的图像淡入淡出形成鲜明对比。
我想对他们的标题应用相同的过渡效果。你知道该怎么做吗?
我确信这是一件容易的事,但对我来说却不是。我已经包含了该插件,并在 js 中进行了设置。这是一个小提琴... http://jsfiddle.net/NQE8b/
另外,有一个问题图像在加载时跳跃,因此需要处理另一个问题。
I'm using JQuery Cycle on some images and have them working perfectly, however, I dont like the way their accompanying captions change, they jar in contrast to the image fade I have.
I want to apply the same transition effect to their captions. Do you know how to do it?
I'm sure this is an easy one, but not for me. I've included the plugin, with my settings in the js. Here is a fiddle... http://jsfiddle.net/NQE8b/
Also, have a problem with the images jumping on load, so another issue to deal with.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不将标题与幻灯片放在同一 div 中呢?这就是为什么你会出现不一致的情况。有几种方法可以解决这个问题,但我会用列表来实现。
所以试试这个:
只要确保你的 div 和 /div 匹配。
Why don't you just have your captions in the same div as your slideshow? That's why you're getting inconsistencies. There are a couple of ways to approach this, but I would do it with lists.
So try this:
Just make sure your divs and /divs match.