nivo 滑块 - 图像转换问题
我的 nivo 滑块有问题。 FF 中的过渡显示非常缓慢,并且导航按钮根本不显示。 请参考链接: http://dev.getchkd.com/index.php
I have an issue with the nivo slider. The transition in FF is showing very slowly, and the navigation buttons are not showing at all.
Please refer to the link:
http://dev.getchkd.com/index.php
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要快速过渡滑块,您必须更改 js/jquery.nivo.slider.pack.js 文件
animSpeed:500 中的以下行,
增加此值并检查,我希望它完成
To fast transition in slider you have to change below line in js/jquery.nivo.slider.pack.js file
animSpeed:500,
increase this value and check, i hope its done