I would like to resize a div to half the size that it was and would like to
use the BlindUp transition.  I think that I need the scaleTo parameter from
the docs: http://wiki.script.aculo.us/scriptaculous/show/Effect.BlindDown
But this doesn't exactly work.

new Effect.BlindUp(gridId, {scaleTo: 50});

What happens is that the div does the blind up transition until it is half
the original size then it disappears.  Is there any way I can not make the
div disappear?  Thanks for your help.

Joe



_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to