Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make a transition effect in Twitter Bootstrap

I am really new to Twitter Bootstrap (in my second hour of learning it :)

I want to make a sliding transition effect like this: http://webdesigntutsplus.s3.amazonaws.com/tuts/317_coming_soon/demo/index.html

How do I go about doing this in Twitter Bootstrap. My problem is that I do not how to work the transitions. Any code would be valuable.

Thanks in advance.

like image 690
Barry Steyn Avatar asked Oct 03 '12 17:10

Barry Steyn


1 Answers

Don’t use Twitter Bootstrap; use the same CSS framework as the one you mention on the Amazon page.

Look at the documentation for much more informations on how to use it. It says:

To use animate.css in your website, simply drop the stylesheet into your document's <head>, and add the class animated to an element, along with any of the animation names. That's it! You've got a CSS animated element. Super!

like image 196
smonff Avatar answered Sep 19 '22 13:09

smonff