2015-02-06 2 views

답변

0

GSAP 포럼에서 게임의 두 요소가 포함 된 솔루션을 얻었습니다.

TweenMax.set(".gsap",{rotation:45}); 
TweenMax.set(".container2",{rotation:-45}); 
TweenMax.to(".container2",1.5,{rotationY:180,repeat:-1}); 

http://codepen.io/MAW/pen/bNYWbx

여전히 호기심 최고의 possiblity를 알아

관련 문제