can slideToggle effect be configured to slide up from bottom
I am building a panel that will slide open and closed as the user clicks the expand or collapse button - similar to
http://www.webdesignerwall.com/demo/jquery/simple-slide-panel.html
For my implementation, I need for the panel to slide open from the bottom up. I am not seeing any arguments or options in the documentation for jquery's slideToggle method that can be used to specify the direction of the slide.
Does anyone know of a way this can be done?