diff options
| author | Jacob Thornton <[email protected]> | 2011-08-27 18:03:01 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-27 18:03:01 -0700 |
| commit | e05d39d4ccaadb750d251a268adbeef681472029 (patch) | |
| tree | 98a122409560689619ff577e5c3f2b7f562167b8 /lib/patterns.less | |
| parent | 2ee7c206924ac616eeb9ae3d6eb6811a818af015 (diff) | |
| download | bootstrap-e05d39d4ccaadb750d251a268adbeef681472029.tar.xz bootstrap-e05d39d4ccaadb750d251a268adbeef681472029.zip | |
make generic fade animation css class
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 398fc37a1..a34900d04 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -752,14 +752,10 @@ input[type=submit].btn { // Pattern Animations // ------------------ -.modal-backdrop, -.modal, -.twipsy, -.popover, -.alert-message { +.fade { .transition(opacity .15s linear); opacity: 0; - &.show { + &.in { opacity: 1; } }
\ No newline at end of file |
