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