Jump to content
Search Community

Maz

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Maz

  1. Thank you Zack for the hint! 🙏

     

    One more thing I would like to share. I tried to follow the example on this pen I found in Scrolltrigger documentation :

    See the Pen YzyaKrq by GreenSock (@GreenSock) on CodePen

     

    While it's working perfectly on Edge, I experienced some issues on Chrome on Windows. Some sectiones skipping on my browser. It's look like there is a bug in Chrome when you apply scroll snapping on html:

     

    https://stackoverflow.com/questions/61726927/scroll-snap-css-skipping-elements

     

    Thanks a lot!

  2. Hi!

    I have three sections inside a container and I want to use CSS scroll snap to navigate between these three sections. Each section will have custom animation and I want to trigger them with ScrollTrigger, but I can't! 

     

    Can you please check and give me a hint how can I achieve this? 

     

    Thank you!

    See the Pen KKgLvqZ by maz-momtaz (@maz-momtaz) on CodePen

  3. On 10/14/2020 at 3:27 AM, ZachSaucier said:

    I answered that above in this thread:

     

    Hi Zach,

     

    I copy and paste your HTML, CSS and JS, also used the resources of your example.

    My problem is when I am scrolling down:

    -  Scrolling from Description to Section 1 is ok.

    -  From section 1 jumping to Section 2, 3 and 4 without stopping.

     

    When I scroll back to top:

    - Scrolling from Section 4 to 3 is ok.

    - Then from 3 scrolling to Section 2, 1 and to the Description div without stopping.

     

    I have this problem with all other GSAP examples of ScrollTo but not with other plugins like fullpage.js

     

     

    Help please!

     

    I am using Chrome, on desktop and my page running in my localhost using XAMPP.

     

     

×
×
  • Create New...