UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

8 lines (6 loc) 238 B
import Support from '../../../utils/support'; export default function () { const swiper = this; if (Support.touch || (swiper.params.watchOverflow && swiper.isLocked) || swiper.params.cssMode) return; swiper.el.style.cursor = ''; }