- 현재까지 와주신 분
- 오늘 오신 분
- 어제 오신 분
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", e..