From e05d39d4ccaadb750d251a268adbeef681472029 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sat, 27 Aug 2011 18:03:01 -0700 Subject: make generic fade animation css class --- examples/bootstrap-js.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'examples/bootstrap-js.html') diff --git a/examples/bootstrap-js.html b/examples/bootstrap-js.html index c8d5db647..3e9f39e63 100644 --- a/examples/bootstrap-js.html +++ b/examples/bootstrap-js.html @@ -95,7 +95,7 @@

Methods

$().modal

-

Returns an instance of the modal class. Accepts an optional options object.

+

Returns an instance of the modal class. Accepts an optional options object. If you want your modal to fade in and out, just add a .fade class to your .modal element (refer to the demo to see this in action).

 $('#modal-content').modal({
   closeOnEscape: true
@@ -112,7 +112,7 @@ $('#modal-content').modal({
           

Demo

-