Jump to content
Search Community

Houwer

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Houwer's Achievements

2

Reputation

  1. Thank you very much @elegantseagulls & @Jack for the clue. I think I solved my problem: ScrollTrigger.create({ trigger: '.nav-header', start: 'top top', endTrigger: 'footer', end: 'bottom+=100vh bottom', pin: true, pinType: "fixed", markers: true, pinReparent: true, pinSpacing: false });
  2. When I use Scroll Trigger combined with smooth-scroll the "position: fixed;" of the elements on the screen are not working. All elements with "position: fixed;" behave as "position: relative". Is there any way to solve this problem. Thanks in advance.
  3. Houwer

    smooth page scroll

    So sorry. I had a typo on my code. It's working perfectly. Thank for your help.
  4. Houwer

    smooth page scroll

    Thank you. That was really fast. Actually I don't get it. With “smooth scrolling” I don’t mean smoothly scrolling to an element, but rather a smoothly animated kind of scrolling behavior in the page when the user scroll.
  5. Houwer

    smooth page scroll

    Hi, Is there any way to archive a smooth page scroll with GSAP 3 or maybe a plugin? Thanks
×
×
  • Create New...