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;
"
>
$92.726
+ impuestos: $19.472
Cantidad:
- Compra protegida
- Envío a todo el país
- Garantía de entrega
Características destacadas
- <b>Precio Por:</b> Cada <b>Tipo de Accesorio</b>: Placa IR <b>Para Usar Con</b>: Cámara Raspberry Pi <b>Rango de Producto</b>: -
Descripción
LISIPAROI Luz de Cámara IR LED para Raspberry Pi; Tipo de Accesorio: Placa IR; Para Usar Con: Cámara Raspberry Pi; Rango de Producto: - Cumple con RoHS: Sí
Especificaciones técnicas
- Fabricante
- Cyntech
- Número de modelo del artículo
- LISIPAROIIR-01
Preguntas y respuestas
Tu pregunta fue enviada. Te responderemos pronto.
¿Dónde te enviamos la respuesta?
Tus preguntas
· Recibirás la respuesta a