본문 바로가기

Button/Button

TweenMax를 이용한 마우스 오버 버튼 효과

See the Pen Button TweenMax Animation by webstory (@webstoryboys) on CodePen.




TweenMax를 이용한 마우스 오버 버튼 효과입니다.

tl.staggerTo(firstWord, 1, {color: "rgba(11,73,156)", rotationX: 360, ease: Expo.easeOut}, 0.03, "#start");
tl.staggerTo(secondWord, 1, {color: "rgba(11,73,156)", rotationX: 360, ease: Expo.easeOut}, 0.03, "#start");
tl.from(background, 0.25, {scaleX:"0%", transformOrigin:"left center", ease: Quad.easeImOut}, "#start");

tween003.zip

반응형

UP NEXT : Ads by Google