Hey,
I have a site going here: http://treethink.treethink.net
It uses fancybox to display the content pages when a nav item is clicked. The overlay pops up, content is faded in through an iFrame. What I want to do is change the in and out transitions to what I had going here: http://treethink.treethink.net/backup
So basically I need to change the fade in to the pull down I have going in the 2nd link and then the fade out to the pull up.
I am not able to figure it out because the jQuery for the fancybox plugin is written in a weird way I'm not sued to and I'm still quite new to jQuery. I also can't find exactly where these transitions are located.
I won't post the whole plugin here, but here is the code for it: http://treethink.treethink.net/wp-content/themes/treethink/fancybox/jquery.fancybox-1.3.0.js
So I just need to know where I can edit the code and what I would rewrite it to to accomplish this.
Thanks, Wade