Skip to content

Instantly share code, notes, and snippets.

@usmaanalii
Created September 4, 2017 07:40
Show Gist options
  • Save usmaanalii/c404b9629488df8d8ce724748a55a24d to your computer and use it in GitHub Desktop.
Save usmaanalii/c404b9629488df8d8ce724748a55a24d to your computer and use it in GitHub Desktop.
this.classList.add('trigger-enter');
setTimeout(() => this.classList.contains('trigger-enter') && this.classList.add('trigger-enter-active'), 150);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment