Hi guys, I have the idea to use Bootstrap Transitions on my mobile phone. I am looking for an effect like jquery mobile has (but NOT jquery mobile, I want to migrate from there). My plan is to have somethinglike
<body> <div id="1" data-role="page"></div> <div id="2" data-role="page"></div> <div id="3" data-role="page"></div> </body> Only 1 i visible by default filling the whole screen. When I click a link like: <a href="#2">2</a> I would like to show the #2 only. Is there a realistic chance to do that with Transitions or 'Carousel? I will consider all other options too. Thanks for all pointers. Cheers Christian -- http://www.grobmeier.de https://www.timeandbill.de
