Swipe left swipe right yo!

This commit is contained in:
Max Lynch
2013-10-09 14:10:16 -05:00
parent 5af636989b
commit fb6d657f88
6 changed files with 131 additions and 25 deletions

18
dist/ionic.css vendored
View File

@@ -1124,10 +1124,24 @@ a.list-item {
text-decoration: none; }
a.list-item:hover, a.list-item:focus {
text-decoration: none; }
a.list-item.slide-left {
margin-left: -100px;
.list-item-content {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
background-color: white; }
.list-item-content.slide-left {
-webkit-transition: margin-left 0.2s ease-in-out; }
.list-item-buttons {
position: absolute;
z-index: 0;
right: 0;
top: 0; }
.list-divider {
padding: 5px 15px;
background-color: whitesmoke;