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
ec6b3200
Commit
ec6b3200
authored
12 years ago
by
Tunghsiao Liu
Browse files
Options
Download
Email Patches
Plain Diff
Add .transition-delay mixin
parent
320b75de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/mixins.less
+6
-0
less/mixins.less
with
6 additions
and
0 deletions
+6
-0
less/mixins.less
+
6
-
0
View file @
ec6b3200
...
@@ -260,6 +260,12 @@
...
@@ -260,6 +260,12 @@
-o-transition: @transition;
-o-transition: @transition;
transition: @transition;
transition: @transition;
}
}
.transition-delay(@transition-delay) {
-webkit-transition-delay: @transition-delay;
-moz-transition-delay: @transition-delay;
-o-transition-delay: @transition-delay;
transition-delay: @transition-delay;
}
// Transformations
// Transformations
.rotate(@degrees) {
.rotate(@degrees) {
...
...
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