Skip to content

Commit

Permalink
Merge branch 'raymccoy-no-filters' into 2.0.4-wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed May 29, 2012
2 parents 9699e1d + 642f751 commit 6fc5674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions less/component-animations.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// --------------------

.fade {
.opacity(0);
opacity: 0;
.transition(opacity .15s linear);
&.in {
.opacity(100);
opacity: 1;
}
}

Expand All @@ -17,4 +17,4 @@
&.in {
height: auto;
}
}
}

0 comments on commit 6fc5674

Please sign in to comment.