mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Made animation clearer
This commit is contained in:
5
dist/ionic.css
vendored
5
dist/ionic.css
vendored
@@ -1132,9 +1132,8 @@ a.list-item {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 1;
|
||||
background-color: white; }
|
||||
.list-item-content.slide-left {
|
||||
-webkit-transition: margin-left 0.2s ease-in-out; }
|
||||
background-color: white;
|
||||
-webkit-transition: left 1s ease-in-out, right 1s ease-in-out; }
|
||||
|
||||
.list-item-buttons {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user