coompare-javascript-animation-libraries

Menu

This project is a comparison of 4 JavaScript animation libraries to include:

  1. Anime.js
  2. P5.js
  3. Three.js
  4. Green Sock Animation Platform(GSAP)

This project is a React project that has examples from each of the libraries:

  • Anime.js /src/components/Anime.js
  • GSAP.js /src/components/GSAP.js
  • P5.js /src/components/P5.js
  • Three.js /src/components/Three.js

To see videos of the components running please review the /videos folder.

To run this project locally do:

npm run start

To build this project (bundle):

npm run build