show() right to left?
show() right to left?
Hi all,
I have a situation where I need an animation almost exactly like show
(which expands from a point left to right and top to bottom
simultaneously), but I need it to go right to left instead of left to
right.
I have played with some of the effects but can't seem to make this
work... the closest was scale but it's totally screwing up the display
of the elements inside the container that I'm using. I need something
that just clips instead of resizes. Clip, Drop, and Slide all just do
one direction at a time.
Does anyone have any suggestions short of me hacking the show()/hide()
methods?
Thanks much for any help!