mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Slide box velocity fix both directions
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
// Make sure items don't scroll over ever
|
||||
overflow: hidden;
|
||||
}
|
||||
.slide-box-items {
|
||||
.slide-box-slides {
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
-webkit-transition: -webkit-transform 0 ease-in-out;
|
||||
@ -15,7 +15,7 @@
|
||||
.slide-box-animating {
|
||||
-webkit-transition-duration: 0.2s;
|
||||
}
|
||||
.slide-box-content {
|
||||
.slide {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user