Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active July 12, 2017 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/edaed8a02e5a0d5f71d0611406fb9d67 to your computer and use it in GitHub Desktop.
Save matthieu-D/edaed8a02e5a0d5f71d0611406fb9d67 to your computer and use it in GitHub Desktop.
if (enteringView.enableBack()) {
const enteringNavbarEle = enteringPageEle.querySelector('ion-navbar');
const enteringBackButton = new Animation(plt, enteringNavbarEle.querySelector('.back-button'));
this.add(enteringBackButton);
enteringBackButton
.beforeAddClass(SHOW_BACK_BTN_CSS);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment