Ver más productos marca Bakugan
Ultra, Goreene, 3-inch Collectible Action Figure and Trading Card, for Ages 6 and Up
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 / 5
Ver más productos marca Bakugan
Ultra, Goreene, 3-inch Collectible Action Figure and Trading Card, for Ages 6 and Up
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
Opiniones de compradores
4,3
144 opiniones
5
77%
4
10%
3
6%
2
4%
1
3%
Sandra R.
Mi nieto de 8 años recibió dinero por su cumpleaños, así que le mostré cómo entrar a Amazon y pedir lo que quería con su dinero. Estaba completamente feliz.
Amazon Customer
Esto es exactamente lo que mi hijo quería 👍🏽
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