Skip to content

Instantly share code, notes, and snippets.

@nickstewart95
Created May 17, 2019 17:28
Show Gist options
  • Save nickstewart95/bb5939b9c692d91f052cd9d85209960d to your computer and use it in GitHub Desktop.
Save nickstewart95/bb5939b9c692d91f052cd9d85209960d to your computer and use it in GitHub Desktop.
morphBenjamin(fastfoward) {
let tag = 'chapter' + this.props.params.index;
if (fastfoward) {
this.morph.timeScale(10).tweenTo(tag, { onComplete: () => this.morph.timeScale(1) });
} else {
this.morph.tweenTo(tag);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment