Jump to content
Search Community

How can i add 100px of padding after pinning without pinspacing as pin spacig gives unwanted whitespace

kaii299 test
Moderator Tag

Recommended Posts

  let tl = gsap.timeline({
        defaults: { duration: 1 },
        scrollTrigger: {
          // markers:true,
          trigger:'.vid-container',
          scroller:'.scroller',
          start: "top 10%",
          end: '4000',
          scrub: 2,
          pin:true,
          anticipatePin:1,
          pinSpacing:true,
          // pinSpacing:false,
        }
      });
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...