janpaepke / ScrollMagic

The javascript library for magical scroll interactions.
http://ScrollMagic.io
Other
14.8k stars 2.17k forks source link

Animation on ScrollMagic Demo site #989

Open Schokiii1993 opened 2 years ago

Schokiii1993 commented 2 years ago

Hi guys,

I'm new to ScrollMagic and I really would like to now how to make the first scrolling animation that appears on the scrollmagic demo website: https://scrollmagic.io/

I mean the very first animation you see when you scroll down a bit. The section remains steady (it looks like it got frozen) and the animation appears on top of the page. After the animation finished, the page scrolls down.

I can't find any documentation for the animation and would really appreciate it if someone could help me.

Thanks a lot

johnfmorton commented 2 years ago

Hello.

The examples page will be really helpful. What you see on that home page is a combination of various techniques.

First try this: https://scrollmagic.io/examples/basic/simple_pinning.html. Simple pinning is the "frozen" thing you referenced.

Then combine that with something like this: https://scrollmagic.io/examples/advanced/advanced_tweening.html

Hopefully, that gets you started out.

-John