Jump to content
Search Community

Sandeep Choudhary

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Sandeep Choudhary

  1. @GreenSock Thanks for suggestion its worked.
  2. Hi Guys, Need some help for section shrink issue. While shrinking the section after sometime its going left side instead remain center of view port. Thanks
  3. Hi @mvaneijgen thanks for the guidance i got the hint to solve the issue for same.
  4. hi @Rodrigo thanks for taking a look. What iam trying to do is When image section is touch the top + 20% then scroll trigger need to be start and the last section [green one ] start overlapping over purple one and when its fully cover the second last section [Purple one] it leave the scroll trigger and move forward. Iam able to make animation for overlapping but the section is not stopping when iam pinning the image section. hopefully this will help you what iam trying to achieve.
  5. Hi Guys, Need some help in issue with pinning and scroll trigger. What iam trying to do is start scrolling the green section when iam on 20% of image section and scroll till then it cover the purple section. Tried 4-5 solution but not getting any hint where iam doing wrong. any help or hint will be appreciated.
  6. Hi @mvaneijgen https://codepen.io/SandeepChoudhary/pen/jORozBR Here is demo created for you. iam trying to scroll to nth number of slide for each section but not getting any idea how this can achieve in time line. if i use time line in animation then getting many number of scroll trigger. hopefully will get some hint or suggestion
  7. Hi @mvaneijgen is it possible to use this feature with in time line Eg. i have section where scroll trigger is initiated under the time line and when i push into array iam getting the whole time line. any suggestion will be appreciated. details.forEach((detail, index) => { let headline = detail.querySelector("h1"); let benifitsTrigger1 = gsap.timeline({ scrollTrigger: { trigger: headline, start: "top 80%", end: "top 50%", animation: gsap.to(photos[index], { yPercent: 0 }), scrub: true } allSt.push(benifitsTrigger1 ); }); });
  8. Hey guys, I need a little help with this one. I want scroll to specific slide by clicking on button but unable to find any way to perform same function. Pls advice. Many thanks
  9. Hi @mvaneijgen thanks a lot for pointing me on right track.
  10. Hey guys, I need a little help with this one. I have single section want to use multiple time in same page with same animation but different content . when i use same section its breaking the animation . Pls advice. Many thanks
×
×
  • Create New...