2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

make generic fade animation css class

This commit is contained in:
Jacob Thornton
2011-08-27 18:03:01 -07:00
parent 2ee7c20692
commit e05d39d4cc
7 changed files with 36 additions and 37 deletions
+2 -6
View File
@@ -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;
}
}