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 / 2
$208.346
+ impuestos: $43.753
Cantidad:
- Compra protegida
- Envío a todo el país
- Garantía de entrega
Características destacadas
- Marca: Mattel
- Mattel Ken Rollerbalde Vintage (Barbie)
- Color: amarillo
Descripción
Ken Rollerbalde Vintage (Barbie) Mattel Nuevo en Caja Exhibición caja amarillenta artículo reservado para coleccionistas
Especificaciones técnicas
- Fabricante
- Mattel
- Dimensiones del producto
- 5 x 10 x 30.99 centímetros
Preguntas y respuestas
Tu pregunta fue enviada. Te responderemos pronto.
¿Dónde te enviamos la respuesta?
Tus preguntas
· Recibirás la respuesta a