Made animation clearer

This commit is contained in:
Max Lynch
2013-10-09 14:18:36 -05:00
parent 2da25bf5d2
commit 2fafea1da3
5 changed files with 6 additions and 14 deletions

2
dist/ionic.js vendored
View File

@ -1817,7 +1817,6 @@ window.ionic = {
// Slide the content over left by the button width
content.style.right = buttonsWidth + 'px';
content.style.left = -buttonsWidth + 'px';
content.classList.add('slide-left');
}
});
},
@ -1833,7 +1832,6 @@ window.ionic = {
content = item;
}
content.classList.remove('slide-left');
content.style.right = 0;
content.style.left = 0;
});