问答详情
源自:5-1 自动切换

在triggerType 配置mouseover auto自动轮播只执行一次,就不执行了

 是不是  mouseover 与hover 事件有冲突

提问者:qq_慕勒8045106 2019-07-05 10:47

个回答

  • qq_慕勒8045106
    2019-07-05 10:50:06

    triggerType 为click 是可以的


  • qq_慕勒8045106
    2019-07-05 10:48:46

     this.timer = null;

                if (config.invoke > 0 && config.invoke <= _this_.tabItems.length)

                {

                    this.loop = config.invoke -1;

                }

                else

                {

                    this.loop = 0;

                }

                

                this.autoPlay();

                this.tab.hover(function () {

                    window.clearInterval(_this_.timer);

                },

                function () {

                    _this_.autoPlay();

                });