UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

12 lines (10 loc) 289 B
export default function onClick(e) { var swiper = this; if (!swiper.allowClick) { if (swiper.params.preventClicks) e.preventDefault(); if (swiper.params.preventClicksPropagation && swiper.animating) { e.stopPropagation(); e.stopImmediatePropagation(); } } }