Ver más productos marca Nikon
Nikon - AF-S NIKKOR 70-200mm f/2.8G ED VR II Telephoto Zoom Lens (2185) + Filter Kit + Cap Keeper + Cleaning Kit
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 / 8
Ver más productos marca Nikon
Nikon - AF-S NIKKOR 70-200mm f/2.8G ED VR II Telephoto Zoom Lens (2185) + Filter Kit + Cap Keeper + Cleaning Kit
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,7
3 opiniones
5
70%
4
30%
3
0%
2
0%
1
0%
FreeAndFierce4
Volví a comprar este lente después de que el original comenzara a tener problemas después de 11 años. Con un adaptador, funciona perfectamente en mi Z-8. Es nítido y es mi lente de trabajo.
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