Jump to content
Search Community

NorbertN

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

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

NorbertN's Achievements

0

Reputation

  1. NorbertN

    Jumpy scroll

    Thanks for your reply, I'll take a look at your resources. This change in the cdn was on top of my head as I haven't changed anything on the server or in the site code. The sources I listed are the only one that I have no control on. I'll run tests and check latest browsers update change logs. I'll share here my findings for the future. Worrying bit is that it lags in 3 mayor browsers and I'm sure it was smooth 2 months ago. Norbert
  2. NorbertN

    Jumpy scroll

    Hi, About 2 months ago I built a website that massively relies on gsap. About 3 day ago client told me that website started lagging while scrolling. May I ask if there was any update to script I load from cdn? For last 2 months nothing has been done on the website. I get this lagging on live site and my local copy of the site. Scripts I load: <script src="//code.jquery.com/jquery-3.3.1.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.5.1/gsap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.5.1/ScrollTrigger.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.5.1/ScrollToPlugin.min.js"></script> Website urls where this can be seen: https://www.aomrc.org.uk/annual-review-2020/ The lag/small jumps appear when you scroll a bit and scene slows down before it stops. I'd appreciate some help. Kind regards Norbert
  3. It's more horizontal scrolled sections (side by side) with vertical parts inside the section. I just wanted to stop horizontal scroll when the section has "including-long-text" class, scroll div with text down and go further right. Like in my CodePen, when red box with text reaches left edge of the viewport, parent section stops and text start scroll down. When it reaches bottom, parent section scrolls left and next section comes from right side.
  4. Thank you for such quick reply. Yes, you got it correctly. I haven't thought about it. I'll try to give it a go. It may be more complex as the example is a simplified version of what I need to build. That includes multiple vertical parts and additional animations in each section. Thanks again, Norbert
  5. Hi all, My first post here so I'd like to tell how great this plugin is. I'm building a horizontal scroll site but some sections will include long text. I thought I'd pin the section and follow with animation on text div. Scrolls and tigers works well without a pin defined but as soon I try to hold horizontal scroll to animate vertical part - the section jumps. Sounds complicated but CodePen should explain it. I've tried to find a solution for last 2 days. Thanks in advance for any help Norbert
×
×
  • Create New...