Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active July 12, 2017 21:15
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/6b55c4cc9e791e1d45de3b40d6ff046d to your computer and use it in GitHub Desktop.
Save matthieu-D/6b55c4cc9e791e1d45de3b40d6ff046d to your computer and use it in GitHub Desktop.
init() {
super.init();
const plt = this.plt;
const enteringView = this.enteringView;
const opts = this.opts;
this.duration(isPresent(opts.duration) ? opts.duration : DURATION);
.
.
.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment