Jump to content
Search Community

joshu_a

Premium
  • Posts

    6
  • Joined

  • Last visited

About joshu_a

joshu_a's Achievements

  1. I believe this is also the issue, going to look into wether or not you can disable this feature in Next.js. Thanks!
  2. I'd provide a minimal demo, however oddly enough it seems to work fine when running in codepen or code sandbox -- the issue only seems to happen when running yarn dev locally.
  3. I've also noticed GSAP acts a little funky when running next.js in yarn dev. hit or miss sometimes, usually running yarn build && yarn start works fine though.
  4. Im having issues with gsap and nextjs where scrolltrigger doesnt work as expected when running `yarn dev`, but works fine on `yarn build && yarn start`. Whats weird is that it works fine in this stackblitz example, but the exact same code i have running locally on vscode does not work with `yarn dev`, what i'm seeing is the pinned section stuck on the screen, with the 3rd section overlapping it. https://stackblitz.com/edit/nextjs-em5vru?file=pages/index.js Screen Recording 2022-09-23 at 2.10.59 PM.mov
  5. I found this demo useful: https://codepen.io/flowgrow/pen/eYZpoXa Thanks!
  6. Hi All, I'm trying to reproduce an animation effect i've found on this website, however I've been unlucky => https://videinfra.com/ (see the section that pins while images mask over each other and content fades on the left on scroll). Is anyone able to point me in the right direction, or provide a link to a forum post that may cover this or something similar? Thanks in advance!
×
×
  • Create New...