DEV Community

Play Button Pause Button
Paul Ryan
Paul Ryan

Posted on

React Hooks & Greensock

Using Greensock and React Hooks to create animation.

Top comments (3)

Collapse
 
billyjacoby profile image
Billy Jacoby

Hey man,

I've been struggling with trying to figure out how to trigger methods on GSAP functions using react hooks and effects.

Any chance you have experience with this?

For example:

When a user clicks a button a form slides into right, when they click the button again the form slides back out of sight (dependent on state).

I can do this with classes, but can't figure out how to do it in a functional component

Collapse
 
paulryan7 profile image
Paul Ryan

hey sorry Billy I got no notification for this comment? You all good now?

Collapse
 
billyjacoby profile image
Billy Jacoby

If anyone else is looking for how to accomplish this, I posted a quick tutorial on how I figured it out:

dev.to/billyjacoby/greensock-anima...