-1

I want to add a transition of this type on a website I creating on React. Can some please guide me on how I can achieve this or is there any lib that I can refer?

Scroll Transition

Ashish
  • 51
  • 1
  • 4
  • GreenSock doesn't recommend ScrollMagic. Instead they recommend the official scroll plugin: [ScrollTrigger](https://greensock.com/scrolltrigger/)! It's better in every way. – Zach Saucier Jul 14 '21 at 14:12

1 Answers1

0

you can use react-scroll for scrolling and effect

Avani Bataviya
  • 750
  • 1
  • 6
  • 20