Jump to content
Search Community

MTR

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by MTR

  1. @Carl So in that example website section is pinned because it still kinda scrubs word by word like I did. But in that website words animates on its on and its not connected to scrubbing. It's like it starts animation for words like it do (with stagger or something similar) but words smoothly fades in. In my demo words opacity is connected to scrubbing. I still need scrub because it should animate if user scrolls up. It looks like that in that website it triggers additional animation or something so words fade in smoothly. 

  2. Hello everyone,


    So I am trying to recreate text section from this website: https://chroniclehq.com/ . That section where words appear on scroll.
    image.thumb.png.518fc884d92a4372ced670af13490a2b.png
     
    I manage to get to the point where everything almost works, but I have problem with transitions and scrub. How can I make that opacity doesn't animate with scrub but instead word gets opacity: 1 without scrubbing opacity? I tried to add duration: 0, but in that case first word had opacity: 1 before section even pinned to the top. 

    PS. Since initial code was created on my local pc I didn't used splitText plugin and created my own word splitting. 

    See the Pen JjmGrzj by MartynasT (@MartynasT) on CodePen

  3. Hello, I am really new to gsap and scrollTrigger so maybe this is really stupid question.

    So I want to recreate section with sticking cards (image bellow) from this website: https://weltio.com/ .
    I tried several things but cannot wrap my head around how to make it works like in that website. I used scrollTrigger but then it first card still animates while endTrigger is not reached. But in that website all cards are animate for same time and animation only starts then card pins (or sticks to the top) and last until next card get to the top. Also not sure what should be trigger, section before or cards?

    image.thumb.png.2704156b368c4a5f72a33666e3310f3c.png

×
×
  • Create New...