Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active July 12, 2017 18:58
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/2ab676d6d104838e9a3addee1a8b7333 to your computer and use it in GitHub Desktop.
Save matthieu-D/2ab676d6d104838e9a3addee1a8b7333 to your computer and use it in GitHub Desktop.
import { Animation } from 'ionic-angular/animations/animation';
import { isPresent } from 'ionic-angular/util/util';
import { PageTransition } from 'ionic-angular/transitions/page-transition';
const DURATION = 500;
const OPACITY = 'opacity';
const TRANSPARENT = 0;
const OPAQUE = 1;
const SHOW_BACK_BTN_CSS = 'show-back-button';
export class FadeTransition extends PageTransition {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment