Getting close

This commit is contained in:
Max Lynch
2013-11-19 15:16:46 -06:00
parent cbd63fc08f
commit 2064126e5f
6 changed files with 393 additions and 72 deletions

2
dist/css/ionic.css vendored
View File

@@ -3213,7 +3213,6 @@ a.button {
.nav-title-slide-ios7 > .ng-enter, .nav-title-slide-ios7.ng-enter, .nav-title-slide-ios7 > .ng-leave, .nav-title-slide-ios7.ng-leave {
-webkit-transition: all 250ms;
-webkit-transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 1);
transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 250ms;
transition: all 250ms;
transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 1);
opacity: 1; }
@@ -3230,7 +3229,6 @@ a.button {
.reverse .nav-title-slide-ios7 > .ng-enter, .reverse .nav-title-slide-ios7.ng-enter, .reverse .nav-title-slide-ios7 > .ng-leave, .reverse .nav-title-slide-ios7.ng-leave {
-webkit-transition: all 250ms;
-webkit-transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 1);
transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 250ms;
transition: all 250ms;
transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 1);
opacity: 1; }