Is there a way to change the Twitter Bootstrap Modal window animation from a slide down effect to a fadeIn or just display without the Slide? I read through the documentation here:
http://getbootstrap.com/javascript/#modals
But they don’t mention any options for changing the modal body slide effects.
Just take out the
fadeclass from the modal div.Specifically, change:
to:
UPDATE: For bootstrap3, the
hideclass is not needed.