Jump to content
Search Community

Renny_0007

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Renny_0007

  1. hey guys 

     

    how to that middle line expand to full width and full height and behind content 

     

     var iconsTimeline = gsap.timeline({
                    scrollTrigger: {
                      trigger: ".top_home",
                      scrub: true,
                      pin: true,
                      start: "top top",
                      end: "+=500%",
                    }
                  });


     iconsTimeline
                  //outer left top
                  .to(".main_home_middle .line", {width: "100%"})
               
                  .to(".main_home_middle .line", {height: window.innerWidth})

     

    Thanks
    Renny

    Frame 153.png

×
×
  • Create New...