2014-03-12 78 views
0
$(function() { 
$('#example').vTicker(); 


    $('#example1').vTicker({ 
    speed: 500, 
     pause: 3000, 
     showItems: 3, 
     animation: 'fade', 
     mousePause: false, 
     height: 0, 
     direction: 'left' 
    }); 
}); 
+0

閱讀插件'vTicker'的文檔 –

回答

1

你不能達到它在這個時刻,因爲從docsVticker只支持爲directionupdown

因此,您可能需要擴展Vticker腳本中的核心功能,或嘗試找到滿足您要求的另一個插件。