What version, 2.0.4? I tried your example with that version:

http://jsfiddle.net/T7Gx2/

Seems to work correctly.

Are you sure you have the latest version? Maybe you have overridden some
styles?

On Thu, Jul 5, 2012 at 4:05 PM, ray <[email protected]> wrote:

> no one?
>
>
> On Thursday, June 28, 2012 4:46:36 PM UTC-5, ray wrote:
>>
>> Very strange issue here.  When my modal appears, it slides down.
>>  However, when it is dismissed, it does not slide up.  Instead, it seems to
>> simply fade away, along with the backdrop.  Any idea what might be causing
>> this?
>>
>> Here's my HTML:
>>         <div class="modal hide fade" id="myModal">
>>     <div class="modal-header">
>>     <button type="button" class="close" data-dismiss="modal">×</**button>
>>     <h3>Modal header</h3>
>>     </div>
>>     <div class="modal-body">
>>     <p>One fine body…</p>
>>     </div>
>>     <div class="modal-footer">
>>     <a href="#" class="btn" data-dismiss="modal">Close</a>
>>     <a href="#" class="btn btn-primary">Save changes</a>
>>     </div>
>>         </div>
>>
>>

Reply via email to