Commit ec6b3200 authored by Tunghsiao Liu's avatar Tunghsiao Liu
Browse files

Add .transition-delay mixin

parent 320b75de
Showing with 6 additions and 0 deletions
+6 -0
...@@ -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) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment