Vivien
Results
1
comments of
Vivien
Replacing var slideResize = function (e) { e.preventDefault(); //hide instructions $(e.currentTarget).children('.instruction').hide(); var width; if(e.type.startsWith('touch')){ width = e.originalEvent.touches[0].clientX - e.originalEvent.layerX; } else { width = e.offsetX === undefined ? e.pageX -...