Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
642f7514
Commit
642f7514
authored
12 years ago
by
Tomás Arribas
Browse files
Options
Download
Email Patches
Plain Diff
Do not use filters in fade animations
parent
b261f978
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/component-animations.less
+3
-3
less/component-animations.less
with
3 additions
and
3 deletions
+3
-3
less/component-animations.less
+
3
-
3
View file @
642f7514
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
// --------------------
// --------------------
.fade {
.fade {
.
opacity
(0)
;
opacity
: 0
;
.transition(opacity .15s linear);
.transition(opacity .15s linear);
&.in {
&.in {
.
opacity
(100)
;
opacity
: 1
;
}
}
}
}
...
@@ -17,4 +17,4 @@
...
@@ -17,4 +17,4 @@
&.in {
&.in {
height: auto;
height: auto;
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment