차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
tech:tweenlite [2016/09/18 13:38] V_Ltech:tweenlite [2016/09/18 13:41] (현재) V_L
줄 6: 줄 6:
   TweenLite   TweenLite
 Tween 클래스의 대표주자 TweenLite Tween 클래스의 대표주자 TweenLite
 +http://turfrain.tistory.com/entry/TweenMax
  
 http://hwaba.nflint.com/lab/tween/ http://hwaba.nflint.com/lab/tween/
줄 33: 줄 33:
 </file> </file>
  
-====스타일====+  ====스타일====
  
   TweenLite.to( box, 1.5, { width:800, height:70 } );   TweenLite.to( box, 1.5, { width:800, height:70 } );
줄 55: 줄 55:
   myTween.reverse();   myTween.reverse();
      
 +  //mc3을 알파가 0이고, 현재 위치에서 100픽셀 위인 곳에서 현재 위치로 트윈시킵니다. (vars 인수의 오브젝트는 끝나는 지점이 아닌 시작하는 지점입니다.) 
 +  TweenLite.from(mc3, 1, {y:"-100", alpha:0});