Jump to content
Search Community

sagexiang

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by sagexiang

  1. If a web page has many ScrollTrigger animations, each trigger is fixed to the top of the window when animating, how to avoid the scroll gap between ScrollTrigger? I want the next ScrollTrigger animation to be executed as soon as the previous ScrollTrigger animation ends, And the next ScrollTrigger is not visible when the previous ScrollTrigger is not ends.
  2. such as this URL :http://www.shmcjz.cn/soshow/ I want each "section" element is fixed at the top of the window when ScrollTrigger. how to avoid scrolling gaps between "section" element?
  3. If a web page has multiple blocks, and the blocks contain content that needs to be animated, use ScrollTrigger the animation. Each block is fixed at the top of the window when scrolling, how to avoid scrolling gaps between blocks? I want the next block animation to be executed immediately when the previous block animation ends.
  4. How can I simplify the code if the same animation is used in multiple places on a web page? Thank you~
  5. Oh, Thank you~So great~I think I need to learn more~
  6. How can I encapsulate the ScrollTrigger as a constructor and then call this function on multiple elements? Are there text or video tutorials? Thank you~
  7. I don't know What's the difference between scrollTrigger and ScrollSmoother?
×
×
  • Create New...