Jump to content
Search Community

webprouser

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by webprouser

  1. let tl = gsap.timeline({
                    scrollTrigger: {
                        trigger: intro,
                        start: "center center",
                        end: () => end,
                        scrub: 2,
                        pin: true,
                        anticipatePin: 1,
                    },
                    defaults: {ease: "none"}
                });
     

    tl.add('start')

        .fromTo(intro.querySelector(".intro__form-content"), {
                    yPercent: 100,
                    scale: 0.7,
                    opacity: 0,
                    ease: Power1.easeInOut,
                    visibility: 'hidden',
                }, {
                    yPercent: 0,
                    scale: 0.7,
                    opacity: 0.5,
                    ease: Power1.easeInOut,
                    visibility: 'visible'
                }, 'start')
  2. 1 hour ago, Rodrigo said:

    Hi @webprouser,

     

    Please be more specific about what exactly is not working. If you don't need the smooth scrolling plugin just remove it and adjust the HTML and JS accordingly.

     

    This seems to work without the smooth scrolling:

     

     

     

    Happy Tweening!

    please, see how the website is looking

    Screenshot_24-min.png

  3. 48 minutes ago, Rodrigo said:

    Hi @webprouser,

     

    Please be more specific about what exactly is not working. If you don't need the smooth scrolling plugin just remove it and adjust the HTML and JS accordingly.

     

    This seems to work without the smooth scrolling:

     

     

     

    Happy Tweening!

    Rodrigo, please help me!!! can we do this like the video? without black background and opacity please? when scrolling that text is stoping for a second. can we fix this? I really need help.

  4. On 10/26/2022 at 6:57 PM, Cassie said:

    Hi again, thanks for the video. That helps!

     

    I looked into your GSAP code and there's no code written in there for those image swipes. All you're doing is pinning and controlling the video. So I'm not sure how/why it would work with locomotive unless you're including some more code somewhere instructing it to do clipped/masked swipes...

     

    Have you got an example of what you tried using clip path? Seeing your working will help us assist you

    This demo may help too?
     

     

    it's not working. please can you remove smoth scroll? there is no smooth scroll. first and last sections's height must be more then 200vh

×
×
  • Create New...