views:

42

answers:

2

I'm looking for alternative ways to show/hide objects in jQuery. I.e. such as slideIn/Out, fadeIn/Out, etc.

In particular, I'm after a plugin that shows/hides an object from the center and grows outwards, or reversed. Would also be great if it supports the various easing options.

A: 

The JQuery UI plugins have a lot of nice effects. For your particular case, maybe the toggleClass effect can help.

Daff
toggleclass doesnt work in chrome!
redsquare
Oh didn't know that. Any others of the jQuery UI that won't work in Chrome then? Do you know why that is?
Daff