Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $('body').click(function() {
  2. var tl = new TimelineMax();
  3. tl.to('body', 0.1, {top: '100%'})
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement