How can I make Twitter Bootstrap modal animation faster?

26,358

You can manipulate the .fade class as explained here:
How can I change the speed of the fade for alert messages in Twitter Bootstrap?

Share:
26,358
Pierre
Author by

Pierre

Trying to learn Ruby & Rails... challenging :)

Updated on October 05, 2020

Comments

  • Pierre
    Pierre over 3 years

    I really like the Twitter Bootstrap modal, but showing it with the animation is a bit slow. I'd say around 500ms.

    Is there a way to make it faster? I looked in bootstrap-modal.js but couldn't find anything compelling that could help.

    And, I don't want to deactivate the animation completely because I've found out that it's a good trick to make response times seem faster in the eyes of the user ;o)