{"version":3,"sources":["webpack:///./node_modules/tiny-slider/src/helpers/getTouchDirection.js"],"names":["getTouchDirection","angle","range","direction","gap","Math","abs"],"mappings":"0FAAO,SAASA,EAAkBC,EAAOC,GACvC,IAAIC,GAAY,EACZC,EAAMC,KAAKC,IAAI,GAAKD,KAAKC,IAAIL,IAQjC,OANIG,GAAO,GAAKF,EACdC,EAAY,aACHC,GAAOF,IAChBC,EAAY,YAGPA,EAVT","file":"getTouchDirection.8687b517.js","sourcesContent":["export function getTouchDirection(angle, range) {\n var direction = false,\n gap = Math.abs(90 - Math.abs(angle));\n \n if (gap >= 90 - range) {\n direction = 'horizontal';\n } else if (gap <= range) {\n direction = 'vertical';\n }\n\n return direction;\n}"],"sourceRoot":""}