add opera transition
This commit is contained in:
parent
5df65563fb
commit
1664f7bfd2
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@
|
|||
.transition(@duration:0.2s, @ease:ease-out) {
|
||||
-webkit-transition: all @duration @ease;
|
||||
-moz-transition: all @duration @ease;
|
||||
-o-transition: all @duration @ease;
|
||||
transition: all @duration @ease;
|
||||
}
|
||||
.inner-shadow(@horizontal:0, @vertical:1px, @blur:2px, @alpha: 0.4) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue