作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
您好,我正在使用 JSliderNews jQuery 插件,但我在幻灯片放映结束时返回到第一张幻灯片,但显示了之前的所有幻灯片。我希望它是圆形的,而不显示之前的所有幻灯片。
这里有一个例子:http://rtl-this.com/sites/default/files/demos/lofslidernews/index.html
<script type="text/javascript">
$(document).ready( function(){
// buttons for next and previous item
var buttons = { previous:$('#jslidernews1 .button-previous') ,
next:$('#jslidernews1 .button-next') };
$obj = $('#jslidernews1').lofJSidernews( { interval : 5000,
easing : 'easeInOutQuad',
duration : 1000,
auto : true,
maxItemDisplay : 3,
startItem:0,
navPosition : 'horizontal', // horizontal
navigatorHeight : null,
navigatorWidth : null,
mainWidth:1026,
buttons:buttons} );
});
</script>
最佳答案
尝试以下操作:
direction:'不透明度',
这应该可以解决问题。
关于javascript - JSliderNews jQuery 插件通告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17467358/
我是一名优秀的程序员,十分优秀!