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 / 3
$58.263
+ impuestos: $12.235
Cantidad:
- Compra protegida
- Envío a todo el país
- Garantía de entrega
Características destacadas
- CABLE de Adaptador de Corriente para Raspberry Pi B+ B 5V 2A
- Conector DC: Cable Micro USB
- Entrada -- 100-240V, Salida -- 5V, 2000mA máx
- Compatible con: Raspberry Pi B+ B
- La subasta incluye: 1x Cargador AC/DC
Descripción
CABLE de Adaptador de Corriente para Raspberry Pi B+ B Fuente de Alimentación 5V 2A
Especificaciones técnicas
- Fabricante
- FocalTop
- Está descontinuado por el fabricante
- No
Preguntas y respuestas
Tu pregunta fue enviada. Te responderemos pronto.
¿Dónde te enviamos la respuesta?
Tus preguntas
· Recibirás la respuesta a