我正在使用 jQuery vTicker 滚动我的新闻项目。
这是脚本:
$(document).ready(function() {
$('.tx_newsitems').vTicker({
speed: 500,
pause: 3000,
animation: 'none',
mousePause: true,
height: 0,
direction: 'up',
});
});
实际问题是我需要在这个插件中停止自动播放。可能吗?有这样的代码autoplay:false,
吗?