본문 바로가기
script&jquery

gsap scroll wide masking

by uni:D 2024. 7. 16.
반응형

스크롤되면서 백그라운드가 글자를 왼쪽에서 오른쪽으로  마스킹하기

gsap +  ScrollTrigger

------------------------

  1. background: linear-gradient(to right, #b6b6b6, #b6b6b6) no-repeat;
  2. background-clip: text;

See the Pen Text scroll and hover effect with GSAP and clip by uni (@agosto) on CodePen.

반응형