Ver más productos marca Godox
Godox V480 for Canon GODOX TTL Flash - GN50 HSS 1/8000s/650 Flashes/1.7s Recycle/Built-in Modeling Light/Li-ion Battery/Touchscreen/2.4G Wireless Flash/Camera speedlight for Canon
8 || deltaY > 8)) {
isHorizontalSwipe = deltaX > deltaY;
}
if (isHorizontalSwipe) {
dragOffset = currentX - touchStartX;
}
"
@touchend="
isDragging = false;
const threshold = containerWidth * 0.15;
const deltaX = Math.abs(currentX - touchStartX);
const deltaY = Math.abs($event.changedTouches[0].clientY - touchStartY);
if (deltaX < 8 && deltaY < 8) {
openLightbox(activeImage);
} else if (isHorizontalSwipe && dragOffset < -threshold) {
activeImage = (activeImage + 1) % totalImages;
} else if (isHorizontalSwipe && dragOffset > threshold) {
activeImage = (activeImage - 1 + totalImages) % totalImages;
}
dragOffset = 0;
isHorizontalSwipe = null;
"
>
1 / 9
Ver más productos marca Godox
Godox V480 for Canon GODOX TTL Flash - GN50 HSS 1/8000s/650 Flashes/1.7s Recycle/Built-in Modeling Light/Li-ion Battery/Touchscreen/2.4G Wireless Flash/Camera speedlight for Canon
Este producto no esta disponible
Dejanos tu email y te avisamos cuando vuelva a estar en stock.
Te avisaremos cuando vuelva a estar en stock
Recibí una alerta cuando vuelva
Este producto no esta disponible
Dejanos tu email y te avisamos cuando vuelva a estar en stock.
Te avisaremos cuando vuelva a estar en stock