mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Slide box with start and end bounds
This commit is contained in:
6
dist/css/ionic.css
vendored
6
dist/css/ionic.css
vendored
@@ -3090,7 +3090,11 @@ a.button {
|
||||
.slide-box {
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
-webkit-transition: -webkit-transform 0 ease-in-out; }
|
||||
-webkit-transition: -webkit-transform 0 ease-in-out;
|
||||
font-size: 0; }
|
||||
|
||||
.slide-box-animating {
|
||||
-webkit-transition-duration: 0.2s; }
|
||||
|
||||
.slide-box-content {
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user