From 642f75141d96aa7a9bde3c2288112d09d34fb3d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Arribas?= Date: Mon, 21 May 2012 02:56:57 +0200 Subject: Do not use filters in fade animations --- less/component-animations.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'less') diff --git a/less/component-animations.less b/less/component-animations.less index da1f2e5350..1e1e78b851 100644 --- a/less/component-animations.less +++ b/less/component-animations.less @@ -2,10 +2,10 @@ // -------------------- .fade { - .opacity(0); + opacity: 0; .transition(opacity .15s linear); &.in { - .opacity(100); + opacity: 1; } } @@ -17,4 +17,4 @@ &.in { height: auto; } -} \ No newline at end of file +} -- cgit v1.2.3