Ver más productos marca United Scientific
United Scientific Supplies DCM015 Miniature DC Motor, 20 mm Diameter, 40 mm Length
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;
"
>
Ver más productos marca United Scientific
United Scientific Supplies DCM015 Miniature DC Motor, 20 mm Diameter, 40 mm Length
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
27 opiniones
5
61%
4
20%
3
16%
2
0%
1
3%
Derek Wilkinson
Hice un ventilador de escritorio impreso en 3D con uno de estos chicos. Funciona genial. Mi ventilador de escritorio se ve un poco raro, pero el motor funciona.
Amber VanTwuyver
Gran motor por el precio, no se puede superar.
Ronnie Mund
Funcionó para mí
Patti
Justo como se pidió, volvería a ordenar.
Good
Para mi hijo
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