Guest User

Untitled

a guest
Feb 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. let text = document.getElementById('text');
  2.  
  3. TweenMax.fromTo(text, 5, {width: 100, height: 500}, {width: 200, height: 100});
  4.  
  5. <path id="they" d="m116.901,428.332c-2.841,1.086 -5.442,2.195 -8.121,3.067c-...
Add Comment
Please, Sign In to add comment