Rey Bango wrote:

Sorry about your back Klaus! :(

If you need help in testing please let me know. Since you may be in the code, any chance I can convince you to add some of the animation features found in Lightbox 2 (http://www.huddletogether.com/projects/lightbox2/)? :D

Rey

Thank you Rey!

TR is actually pretty well tested on plazes... :-) and the basic plugin itself stable already (apart from a few features I'd like to add due to popular demand).

I always found these animations for Lightbox super annoying because I have the feeling it takes ages for the box to finally open.

But: I had the need for customizing TR in mind from the beginning, thus you will be able to do the following:

$('a').thickbox(function() {
    animate: { animation: { height: 'show' }, speed: 1000 }
});

Does that suit your need? Should I use parameters differently? Like:

$('a').thickbox(function() {
    fxShow: { height: 'show' },
    fxSpeed: 1000
});

That would be similiar to the tabs.


If you like, you can test if that works!?



--Klaus

Reply via email to