Home
last modified time | relevance | path

Searched refs:touchCount (Results 1 – 1 of 1) sorted by relevance

/plugin/gallery/simple-lightbox/
Dsimple-lightbox.js143 touchCount: 0, property
795 _this6.controlCoordinates.touchCount = event.touches.length;
804 if (_this6.controlCoordinates.touchCount === 1) /* Single touch */{
835 } else if (_this6.controlCoordinates.touchCount === 2) /* Pinch */{
867 _this6.controlCoordinates.touchCount = event.touches.length;
869 if (_this6.controlCoordinates.touchCount > 1) /* Pinch */{
950 _this6.controlCoordinates.touchCount = event.touches.length;
951 if (_this6.controlCoordinates.touchCount === 0) /* No touch */{
964 } else if (_this6.controlCoordinates.touchCount === 1) /* Single touch */{
967 } else if (_this6.controlCoordinates.touchCount > 1) /* Pinch */{