宏伟的弹出窗口-添加画廊之间的延迟

时间:2018-11-12 13:29:06

标签: jquery magnific-popup

我正在使用Magnific Popup,如下所示:-

$('.popup-with-zoom-anim').magnificPopup({
  gallery: {
      enabled: true
  },      
  type: 'inline',

  fixedContentPos: false,
  fixedBgPos: true,

  overflowY: 'auto',

  closeBtnInside: true,
  preloader: false,

  midClick: true,
  removalDelay: 300,
  mainClass: 'mfp-fade',

  callbacks: {
    beforeOpen: function() {
      this.st.mainClass = this.st.el.attr('data-effect');
    }
  },

但是,当我使用左右箭头将内容立即更改为下一项时,是否有办法完全延迟转换?

我正在尝试创建这种效果以供参考; https://onsitemalta.com/the-team/

我已经制作了弹跳动画,但是需要延迟过渡才能使其准确。

0 个答案:

没有答案