You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
644 B
26 lines
644 B
@import "../css3.less"; |
|
.mblSlidev { |
|
.transition-property(none); |
|
.transition-duration(0s); |
|
} |
|
.mblSlidev.mblTransition { |
|
.transition-property-transform(); |
|
.transition-duration(.3s); |
|
} |
|
.mblSlidev.mblOut.mblReverse.mblTransition, |
|
.mblSlidev.mblIn { |
|
.transform(translate3d(0px,100%,0px) ) !important; |
|
} |
|
.mblSlidev.mblOut.mblTransition, |
|
.mblSlidev.mblIn.mblReverse { |
|
.transform(translate3d(0px,-100%,0px) ) !important; |
|
} |
|
.mblSlidev.mblOut, |
|
.mblSlidev.mblIn.mblTransition { |
|
.transform(translate3d(0px,0%,0px) ) !important; |
|
} |
|
.dj_android.dj_tablet .mblSlidev.mblTransition { |
|
.transition-duration(.6s); |
|
.transition-timing-function(linear); |
|
} |
|
|
|
|