[jQuery] Re: Thickbox 3 transitions, How To

2007-05-25 Thread tzmedia
It's interesting how your sample is working, that's about what I had in mind. I guess I would of envisioned the white part of the thickbox staying in place and the photos fading in and out of the white background, maybe that's not possible. The box fading completely to gray and then sort of

[jQuery] Re: Thickbox 3 transitions, How To

2007-05-24 Thread Benjamin Sterling
Take a look at his goNext and goPrev functions, that is where, I assume, you can put in the transition affects. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Thickbox 3 transitions, How To

2007-05-24 Thread tzmedia
Cool Thanks for the tip where to start Ben! On May 24, 9:49 am, Benjamin Sterling [EMAIL PROTECTED] wrote: Take a look at his goNext and goPrev functions, that is where, I assume, you can put in the transition affects. -- Benjamin Sterlinghttp://www.KenzoMedia.comhttp://www.KenzoHosting.com

[jQuery] Re: Thickbox 3 transitions, How To

2007-05-24 Thread Benjamin Sterling
I just did the following and it is working: if (!(TB_PrevHTML === )) { function goPrev(){ if($(document).unbind(click,goPrev)){$(document).unbind(click,goPrev);} $(#TB_window).fadeOut(slow, function(){ $(this).remove();

[jQuery] Re: Thickbox 3 transitions, How To

2007-05-24 Thread Benjamin Sterling
Not sure if I fully understand what you are saying. But if I do, you are just changing what is inside the next and prev functions, now, if there other effects you want to add, what I posted may need to be altered. Let me know if I am understanding you correctly. On 5/24/07, [EMAIL PROTECTED]