Skip to content

Instantly share code, notes, and snippets.

@patsma
Created September 27, 2017 21:28
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 patsma/c898f7e8a454f331c47b0acc93c10772 to your computer and use it in GitHub Desktop.
Save patsma/c898f7e8a454f331c47b0acc93c10772 to your computer and use it in GitHub Desktop.
var t = TweenLite.to(element, 1, {x:300, paused:true, reversed:true});
t.reversed() ? t.play() : t.reverse();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment