Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

Commit

Permalink
transitionのベンダープレフィックスの省略
Browse files Browse the repository at this point in the history
最新ブラウザで対応されているため省略
  • Loading branch information
koluku committed Mar 12, 2014
1 parent 2b26f89 commit abacdd9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions boilerplate/less/_mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,10 @@
}

.transition(@duration:0.2s, @ease:ease-out) {
-webkit-transition: all @duration @ease;
-moz-transition: all @duration @ease;
transition: all @duration @ease;
}

.transition-duration(@duration: 0.2s) {
-moz-transition-duration: @duration;
-webkit-transition-duration: @duration;
transition-duration: @duration;
}

Expand Down

0 comments on commit abacdd9

Please sign in to comment.