mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
no show-navbar
This commit is contained in:
@ -61,7 +61,6 @@ class IOSTransition extends Animation {
|
||||
.add(enteringNavbarItems)
|
||||
.add(enteringNavbarBg)
|
||||
.add(enteringBackButton);
|
||||
enteringNavBar.before.addClass('show-navbar');
|
||||
|
||||
enteringTitle.fadeIn();
|
||||
enteringNavbarItems.fadeIn();
|
||||
|
@ -37,7 +37,6 @@ class MDTransition extends Animation {
|
||||
if (enteringHasNavbar) {
|
||||
let enteringNavBar = new Animation(enteringView.navbarRef());
|
||||
this.add(enteringNavBar);
|
||||
enteringNavBar.before.addClass('show-navbar');
|
||||
|
||||
let enteringBackButton = new Animation(enteringView.backBtnRef());
|
||||
this.add(enteringBackButton);
|
||||
|
@ -6,11 +6,6 @@
|
||||
|
||||
ion-navbar.toolbar {
|
||||
display: flex;
|
||||
transform: translate3d(-9999px, -9999px, 0);
|
||||
}
|
||||
|
||||
ion-navbar.toolbar.show-navbar {
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.back-button {
|
||||
|
Reference in New Issue
Block a user