使用 Photoswipe 图库插件监听 swipe/touch 个事件

Listen for swipe/touch events with Photoswipe gallery plugin

有一个特定的 photoswipe 事件会在图库发生变化时侦听。

// After slides change
// (after content changed)
pswp.listen('afterChange', function() { });

我想知道是否有办法检测变化从哪个方向出现,例如从左还是右。有人有想法吗?

http://photoswipe.com/documentation/api.html

您可以在此事件处理程序中比较索引,pswp.getCurrentIndex() 将 return 您当前的幻灯片索引。