我正在使用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/
我已经制作了弹跳动画,但是需要延迟过渡才能使其准确。