Jump to content
Search Community

Adesh

Members
  • Posts

    42
  • Joined

  • Last visited

Recent Profile Visitors

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

Adesh's Achievements

  1. Hello, I developed one sample using gsap smoothScroll that works ok, but when I added lazy load using lazysizes, I am experiencing a height issue when the image is loaded by lazy load at the bottom of the page. After the image loads, I tried to update the body height and page-wrapper transform value, and it updated correctly. However, as we scroll to the bottom, the page takes first time load value in transform. Could someone possibly explain to me what the problem is with this?
  2. I created smooth scroll using the above gsap javascript. It works fine, but when I use lazy load in this, the transform property does not update and the page does not go to the bottom of the page.
  3. Hello @akrdesign Thanks for your response; it means a lot. It is functioning properly in accordance with my specifications. Thank you very much ?
  4. Hello, I need to disable scroll on button hover and enable it again after the mouse leaves. I tried passing custom parameters and conditions, but it does not work. Please check and let me know how I can disable scroll on mouseover and enable it on mouseout. Thanks,
  5. Hello @Rodrigo Is there any other way to we can keep nav inside and page wrapper and can do fixed on scroll? Because i want multiple element to be fixed from my web page.
  6. Adesh

    Pin Element issue

    Wow amazing ! It's work like as expected and it's really clear for me. Ty @GreenSock you're the bests, have a nice day
  7. Adesh

    Pin Element issue

    I'm attempting to pin titles to the left bar. I tried everything but nothing worked. Can you please help me in this? I need to pin the first title at the top, the second title after the end of the first title, and the third title after the end of the second title. (Like Stack card)
  8. Hello, I want the header to be sticky when the user scrolls from bottom to top. I've tried everything, but it's not compatible with smoothscroll js. Could you please check and let me know why the header sticky isn't working with smoothscroll?
  9. Hello, I tried as you suggested, but I only get the first and last child of each section, and adding and removing classes no longer works. Please check below code pen. https://codepen.io/Adesh-Evince/pen/dyjJGVj
  10. Hello I'm trying to use this active toggle class on multiple sections with a foreach loop, but it's not working. Could you please investigate the problem? https://codepen.io/Adesh-Evince/pen/VwBzxMo
  11. Yes, that's exactly what I'm looking for.? Thank you very much for your prompt response.
  12. Can you suggest me, How can i add smooth scroll to my website using gsap?
  13. How can I keep my previous scroll position after refreshing the page? Currently, if a user scrolls to the bottom of the page and then refreshes the page, it will redirect to the top of the page.
  14. Basically I need to keep 1box active no matter where the user scrolls. 1) if user above the section then first box will be active. 2) if user below the section then last box will be active. Did you got it?
  15. No, not at all! If the user scrolls from the top to the section, it will be active based on position, but once we reach the last box, it will stay active. If the user scrolls back from the bottom to the top, the active class will work again based on position and keep the first box active when the user is at the top of the page.
×
×
  • Create New...