Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
August 21, 2021 06:08 pm GMT

Animation React

Today I'm bringing an animation made with GSAP/React, I won't post the entire code because it got a little big, but you can see in my github all the code.

GSAP is a library that facilitates the creation of animations, making it simple and intuitive.
With it we can animate (CSS properties, canvas library objects, SVG, React, Vue, Angular, generic objects, whatever) and also resolve countless browser inconsistencies, all with incredible speed (up to 20x faster than jQuery ), including automatic GPU acceleration of transforms.

The GSAP community is very active, and for those who have doubts about creating some animation, I recommend posting it on the GSAP forum https:/ /greensock.com/forums/

Here's an example of an animation that I managed to create using GSAP to help me, I hope you like it:

Gustavo Scarpim

See the complete code here on GitHub Click here

Check out the Project in action Deploy

Thanks for reading.


Original Link: https://dev.to/guscarpim/animation-react-2old

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To