This question already has an answer here:
http://getbootstrap.com/javascript/#collapse
Is there a way to get this menu sliding from left to right? I've looked around and haven't seen much, but I was wondering if anyone had anymore insight.
This question already has an answer here:
http://getbootstrap.com/javascript/#collapse
Is there a way to get this menu sliding from left to right? I've looked around and haven't seen much, but I was wondering if anyone had anymore insight.
Here is a simple, but effective way to achieve a fade in/toggle/slide from the upper left of the targeting element.
The provided solution does not use Bootstrap to accomplish the example, but you can use the solution in combination with Bootstrap elements.
Such as,
Hope that helps!
I also found this
http://jc-designs.net/blog/2011/07/how-to-build-a-horizontal-jquery-accordion/
HTML
CSS
Jquery
First you define the following CSS after all Twitter Bootstrap CSS:
Next, on the target element (where you define the .collapse class) you need to add the class .width or .height depending on what property you want to animate.
Finally, you must wrap the contents of the target element and explicitly define its width if animating the width. This is not required if animating the height.