octicon-rss(16/)
You've already forked ionic-framework
mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
Better list animations
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
octicon-diff(16/tw-mr-1) 3 changed files with 6 additions and 17 deletions
@@ -90,8 +90,7 @@ a.list-item {
|
||||
|
||||
.list-editing {
|
||||
.list-item-content {
|
||||
left: 48px;
|
||||
width: unquote("calc(100% - 48px)");
|
||||
margin-left: 48px;
|
||||
}
|
||||
.list-item-edit {
|
||||
left: 0px;
|
||||
@@ -108,11 +107,7 @@ a.list-item {
|
||||
|
||||
padding: 15px 15px;
|
||||
|
||||
|
||||
-webkit-transition-property: left, right, opacity, width;
|
||||
-webkit-transition-duration: 0.2s;
|
||||
-webkit-transition-timing-function: ease-in-out;
|
||||
|
||||
-webkit-transition: margin-left 0.2s ease-in-out, left 0.2s ease-in-out;
|
||||
|
||||
// Align icons to the right
|
||||
> i:last-child {
|
||||
|
||||
Reference in New Issue
Block a user