吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1272|回复: 5
收起左侧

[求助] owl carousel如何实现淡入淡出?

[复制链接]
独行剑侠 发表于 2021-7-21 09:46
如题。
百毒找到的一个jQuery幻灯片插件OWL Carousel
百度了半天没有找到如何调整切换小改为淡入淡出,始终是右滑轮播效果。
文档地址:www.jq22.com/jquery-info5071
求助如何调整

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

dleo 发表于 2021-7-21 10:16
下载一个 animate.css 看官方文档
Animate Demo | Owl Carousel | 2.3.4
https://owlcarousel2.github.io/OwlCarousel2/demos/animate.html

$('.custom1').owlCarousel({
    animateOut: 'fadeOut',
    animateIn: 'fadeIn',
    items:1,
    margin:30,
    stagePadding:30,
    smartSpeed:450
});

免费评分

参与人数 1吾爱币 +1 热心值 +1 收起 理由
独行剑侠 + 1 + 1 热心回复!

查看全部评分

 楼主| 独行剑侠 发表于 2021-7-21 20:33
非常感谢,就是这句:
    animateOut: 'fadeOut',
    animateIn: 'fadeIn',

成功!
 楼主| 独行剑侠 发表于 2021-7-27 20:43
本帖最后由 独行剑侠 于 2021-7-27 20:49 编辑
dleo 发表于 2021-7-21 10:16
下载一个 animate.css 看官方文档
Animate Demo | Owl Carousel | 2.3.4
https://owlcarousel2.github.io ...

劳烦再请教一下,发现点问题,
加上
    animateOut: 'fadeOut',
    animateIn: 'fadeIn',
是有淡入淡出了,点击左右箭头可以淡入淡出,但是鼠标拖动竟然还能拖着滑动轮播……
在哪能调整只能淡入淡出,不被拖动影响?
目前的js控制是这样给的

[JavaScript] 纯文本查看 复制代码
    // carousel
    var owl = $('.list-banner .owl-carousel');
    if (owl.length > 0) {
        owl.owlCarousel({
            items:1,
            loop:true,
            margin:10,
            smartSpeed:1000,
            autoplay:true,
            touchDrag:true,
            autoplayTimeout:5000,
            autoplayHoverPause:true,
            responsiveClass:true,
            animateOut: 'fadeOut', // 淡入足以
                        responsive:{
                                0:{
                                        items:1,
                    margin:10,
                    nav: false,
                                },
                                768:{
                                        nav: true,
                    navText:['<i class="iconfont icon-left"></i>','<i class="iconfont icon-right"></i>'],
                                },
                                992:{
                                        nav: true,
                    navText:['<i class="iconfont icon-left"></i>','<i class="iconfont icon-right"></i>'],
                                }
                        }
                        
        });
    }


dleo 发表于 2021-7-27 23:50
本帖最后由 dleo 于 2021-7-27 23:52 编辑

https://owlcarousel2.github.io/OwlCarousel2/docs/api-options.html
mouseDragType: Boolean
Default: true
Mouse drag enabled.
touchDrag
Type: Boolean
Default: true
Touch drag enabled.
pullDragType: Boolean
Default: true
Stage pull to edge.
这几项关掉试试看,我没试过

免费评分

参与人数 1吾爱币 +1 热心值 +1 收起 理由
独行剑侠 + 1 + 1 谢谢@Thanks!

查看全部评分

 楼主| 独行剑侠 发表于 2021-7-28 08:29
dleo 发表于 2021-7-27 23:50
https://owlcarousel2.github.io/OwlCarousel2/docs/api-options.html
mouseDragType: Boolean
Default:  ...

非常感谢~
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-26 00:40

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表