社区所有版块导航
Python
python开源   Django   Python   DjangoApp   pycharm  
DATA
docker   Elasticsearch  
aigc
aigc   chatgpt  
WEB开发
linux   MongoDB   Redis   DATABASE   NGINX   其他Web框架   web工具   zookeeper   tornado   NoSql   Bootstrap   js   peewee   Git   bottle   IE   MQ   Jquery  
机器学习
机器学习算法  
Python88.com
反馈   公告   社区推广  
产品
短视频  
印度
印度  
私信  •  关注

Petras

Petras 最近创建的主题
Petras 最近回复了
13 年前
回复了 Petras 创建的主题 » jquery动态jcarsoul将其设置为自动运行
// Uncomment the following option if you want items
// which are outside the visible range to be removed
// from the DOM.
// Useful for carousels with MANY items.
auto: 1,
// wrap: 'last',
wrap: 'circular',
// easing: 'BounceEaseOut',
// vertical: true,
animation: 2500,
visible: 3,
speed:1000 ,
wrap: 'circular',

// itemVisibleOutCallback: {onAfterAnimation: function(carousel, item, i, state, evt) { carousel.remove(i); }},
itemLoadCallback: mycarousel_itemLoadCallback

这解决了我的问题。