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
$157.933
+ impuestos: $33.166
Cantidad:
- Compra protegida
- Envío a todo el país
- Garantía de entrega
Características destacadas
- Botones Mini
- Diseño de PCB Hot-Swap
- Efectos de Iluminación Vibrantes 2.0
- Personalización VIA QMK
- PCB FR4 Duradero
- Construcción de Aluminio Premium
- Interruptores GATERON G Yellow PRO
- LED SMD RGB Completo
- Teclas de Perfil XDA
- Cable Desmontable Tipo-C
Especificaciones técnicas
- Fabricante
- KEEBMONKEY
- País de origen
- China
- Peso del artículo
- 1.06 libras (0.48 kg)
- Dimensiones del producto
- 5.9 x 3.6 x 1.6 pulgadas (15.0 x 9.1 x 4.1 cm)
Preguntas y respuestas
Tu pregunta fue enviada. Te responderemos pronto.
¿Dónde te enviamos la respuesta?
Tus preguntas
· Recibirás la respuesta a