Jump to content
Search Community

eZoulou

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by eZoulou

  1. Here it goes, a simplier demo inspired by your proposal :

    See the Pen yLXWKra by eZoulou (@eZoulou) on CodePen

    Any idea on how to :

    1/ have #screen2 sccrollTrigger (and further screens) starts only after the intro text effect has ended?

    2/ have titles (h3.screen2, h3.screen3 etc) start showing before the previous one is fully hidden? (I tried pinSpacing: false to shorten the delay between appearance/disapearance).

    Regards,

    F

     

    • Like 1
  2. Fair enough ;-)

    Here it is . It's about the #intro h2.xl apparition effect not reverting well while scrubbing (scrolling back up).

    See the Pen XWgQJKB by eZoulou (@eZoulou) on CodePen

    Thanks a lot for the attention.

    By the way, as well as I would like to understand the reason of the 'bug', I have found a workaround by using a callback :-)

    onLeaveBack: () => {
      // Workarround scrub not showing back titles.
      gsap.set('h2.screen'+ (i+2), { display : 'block'}, 0.0001);
    }

     

  3. Hi Folks,

    This is my first GSAP project and I'm delighted.

    Here is an issue I've got since a couple of days so I figured I'd ask for help :

    I did expect the #intro to be hidden only when the red_timeline starts (so when #screen_red enters viewport).

    But in practical, the red_timeline starts as soon as page loads.

    Any advice?

    Cheers,

    Florent

     

    See the Pen QWgoeyg by eZoulou (@eZoulou) on CodePen

×
×
  • Create New...