Jump to content
Search Community

bobybrars

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by bobybrars

  1. Hi, thank you for your reply, I'm actually using wordpress and elementor so that's why I had to share the website and the video , also I shared the GSAP code I integrated in the page, I hope that is useful
  2. Hello everyone I'm facing a minor issue with gsap pinning on scrolling with elementor, https://myaccentway.com/shop checkout this page, in the last sections after the plans tables when you scroll the sections get pinned but the right container within moves slightly to the left when scrolling you can also check the video here https://streamable.com/56zzkt and this is the code I'm using: can you please help me ? thank you function shop1() { gsap.from('.voocpic1', { scrollTrigger: { trigger: '.vooc1', start: 'top top', endTrigger:'.reviews', end:'top 30%', pin: '.voocpic1', scrub: true, pinSpacing: false, }, }); } function shop2() { gsap.from('.voocpic2', { scrollTrigger: { trigger: '.vooc2', start: 'top top', endTrigger:'.reviews', end:'top 30%', pin: '.voocpic2', scrub: true, pinSpacing: false, }, }); } function shop3() { gsap.from('.voocpic3', { scrollTrigger: { trigger: '.vooc3', start: 'top top', endTrigger:'.reviews', end:'top 30%', pin: '.voocpic3', scrub: true, pinSpacing: false, }, }); } };
  3. Hello everyone, I'm using GSAP now in about a year and I'm deeply in love <3, I usually integrate it with elementor and it works perfectly I am working currently with a client who has very specific needs, so one of the needs was creating a slider that looks like this https://global.utexas.edu/ I checked the website and saw it uses a js library called Slick, anyway, I want to create something like this, and I'm not a fan of installing a plugin just for this which will cause a decrease in website speed, so... can anyone give me a hint or any example made with GSAP that I looks like the slider in the attached url , Thank you very much
×
×
  • Create New...