Skip to content

icelam/christmas-scroll-animation

Repository files navigation

Christmas Animation using ScrollMagic, GSAP

Christmas scroll animation demo using GSAP and Scroll Magic

Note

This repository was created at late 2018, and the official recommended ways to create scroll-driven animations has changed.

According to the GreenSock learning center:

Note: This page was created before ScrollTrigger was released. We highly recommend using ScrollTrigger instead of ScrollMagic.

In June 2020, GreenSock released ScrollTrigger to handle scroll-driven animations, if you are going to create any scroll-driven animations of your own, highly recommended that you should go and have a look at their documentation!

Run Project

  • npm install
  • npm run start

Build Production

  • npm run build

Resources