I'm using Fancybox version 2.04 and a realize there are still a couple issues but I am trying to implement the next and previous methods to use the zoomIn ZoomOut functionality instead of the Default slide down (which I'm assuming is the slideDown and I do think is awesome).
Here's the code I'm using but it isn't seeming to work, it closes the layer and doesn't progress to the next image in the gallery.
$('.zoom').fancybox({
nextMethod: 'zoomIn',
prevMethod: 'zoomOut',
helpers : {
overlay : {
css : {
'background-color' : '#fff'
}
}
}
});