Jump to content
Search Community

anton123

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by anton123

  1. Hello, The first 2 panels should be reached via ScrollTo, but the second ScrollTo always starts from the top of the page. How can I fix this?
  2. Add "once: true" to your scrollTrigger. The elements will stay visible if you scoll back up scrollTrigger: { trigger: ".section-second", pin: true, start: "top top", end: "+=500", scrub: 1, once: true }
×
×
  • Create New...