Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active August 31, 2016 00:37
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/e3fdee5b9e7a8efe1a92a0bee61d99c3 to your computer and use it in GitHub Desktop.
Save matthieu-D/e3fdee5b9e7a8efe1a92a0bee61d99c3 to your computer and use it in GitHub Desktop.
export class Home {
isHidden = true;
triggerTimeOut = ((){
setTimeout(() => this.isHidden = false, 2250)
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment