Animating ReactJS components with GSAP

Why GSAP?

Non jerky animations

 GSAP is litteraly 20x faster than jQuery.

 

http://www.greensock.com/js/speed.html

Animate all the things!

  • DOM ELEMENTS
  • CANVAS
  • JAVASCRIPT OBJECTS

Easy workflow!

  • Concept of timelines.
  • PAUSE, PLAY, REVERSE,YoYo
  • Good physics libraries.
  • Fast loading times.
  • Zero dependencies.
  • Less code..
  • Active community

Okay, cool but what can I do with this?

Cool codepens or websites using GSAP GSAP

Animating ReactJS components with GSAP

By Harris Robin Kalash

Animating ReactJS components with GSAP

  • 437