Relative Content

Tag Archive for reactjsgsap

GSAP timeline, one tween with scrolltrigger and one without

I’m playing around with GSAP to solve a animation problem. What I’m trying to do is create two tweens. First tween with scroll trigger and second one without a scroll trigger. When first animation is completed, second animation auto play starts.

Horizontal parallax with GSAP and React.js

I’m trying to re create this codepen but with horizontal scrolling instead of the vertical scrolling in the codepen. The thing is, I can’t even make it work. I copied the pen, but it’s not working in my react project.