zoom in/out using leap

Hi ,
I’m trying to zoom in/out using the leap and I can’t get it to work.

var translationArr = hand._translation;

camera.zoomIn(-translationArr[2]);

Could anyone point out what i’m doing wrong.

I tried moveForward to in pace of zoomIn it didn’t work.

Thanks,

Joanita