Skip to content

Instantly share code, notes, and snippets.

@leonderijke
Created October 14, 2016 09:14
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 leonderijke/7d83da4e41696cb3e20d83f368af8a08 to your computer and use it in GitHub Desktop.
Save leonderijke/7d83da4e41696cb3e20d83f368af8a08 to your computer and use it in GitHub Desktop.
On a Blind Date with React: Animating the MatchButton
componentDidMount() {
const el = findDOMNode(this);
this._tween = TweenLite.to(el, 2, { delay: 2, opacity: 1 });
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment