diff --git a/dist/ionic-ios7.css b/dist/ionic-ios7.css index f756c53d1b..9e9bd1182f 100644 --- a/dist/ionic-ios7.css +++ b/dist/ionic-ios7.css @@ -2241,7 +2241,7 @@ a.button { transition: transform .4s, opacity .4s; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); - -webkit-transition-timing-function: cubic-bezier(0.1, 0.6, 0.1, 1); } + -webkit-transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 1); } .slide-in-up.enter-active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } diff --git a/dist/ionic.css b/dist/ionic.css index aee55a4027..87f2df7e26 100644 --- a/dist/ionic.css +++ b/dist/ionic.css @@ -2228,7 +2228,7 @@ a.button { transition: transform .4s, opacity .4s; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); - -webkit-transition-timing-function: cubic-bezier(0.1, 0.6, 0.1, 1); } + -webkit-transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 1); } .slide-in-up.enter-active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } diff --git a/dist/ionicIcons.css b/dist/ionicIcons.css index f4a71f0184..6de4d354eb 100644 --- a/dist/ionicIcons.css +++ b/dist/ionicIcons.css @@ -2298,7 +2298,7 @@ a.button { transition: transform .4s, opacity .4s; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); - -webkit-transition-timing-function: cubic-bezier(0.1, 0.6, 0.1, 1); } + -webkit-transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 1); } .slide-in-up.enter-active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } diff --git a/scss/ionic/_animations.scss b/scss/ionic/_animations.scss index 9abd86d9b5..88898e69fe 100644 --- a/scss/ionic/_animations.scss +++ b/scss/ionic/_animations.scss @@ -1,4 +1,4 @@ -$bezier-function: cubic-bezier(.1, .6, .1, 1); +$bezier-function: cubic-bezier(.1, .7, .1, 1); /* .slide-in-up.enter {