728x90
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");
반응형