owl 淡入淡出_随笔集

owl 淡入淡出

2023-10-07 15:48:05  浏览:272  作者:保利尼奥
// BANNER $(".x-banner .owl-carousel").owlCarousel({ items: 1, // 显示个数 loop: true, // 是否循环 autoplay: true, //...
// BANNER
$(".x-banner .owl-carousel").owlCarousel({
    items: 1, // 显示个数
    loop: true, // 是否循环
    autoplay: true, // 是否自动播放
    animateOut: 'fadeOut',
    animateIn: 'fadeIn',
    navText: ['<i class="icon-font icon-left-arrow">', '<i class="icon-font icon-right-arrow">'], // 左右箭头
    responsive: {
        0: {
            nav: false, // 是否显示箭头
        },
        990: {
            nav: true,
        }
    }
});


上一篇:表格自适应

下一篇:条形码

评论区

共 0 条评论
  • 这篇文章还没有收到评论,赶紧来抢沙发吧~

【随机内容】

返回顶部