Jump to content
Search Community

ouis

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by ouis

  1. Thx for clarifying, Here is a code example : https://stackblitz.com/edit/nextjs-6qwxma?file=pages%2Findex.js The problem appear even if I remove the first component, (only one lines component), I think because I'm putting the component at the end of the page
  2. This very helpful thx, but when I use this functionality in two different component in the same page the second component won't rotate the lines (I'm using Next.ts) the first one work perfectly tho, can anyone help me plz?
  3. Sorry about that . the demo i use is the same last codepen you shared here . i upload a small video on Dropbox showing the error https://www.dropbox.com/s/mjnuvbxiffvfpwk/A-Pen-by-GreenSock-Google-Chrome-2021-12-04-13-33-11.gif?dl=0
  4. thank you for your quick replay I really appreciate you. But I'm facing a performance problem, it happens after a time of executing the slider, or after a little scroll. It mostly happens when you reduce the speed of the slider from the code It looks like it's moving in the shape of a block I just changed the value PixelsPerScond in the horizontalLoop to : pixelsPerSecond = (config.speed || 1) * 50,
  5. thank you very much for the quick replay . you helped me alot. I really appreciate you it's pretty much what i want to do
  6. thank you very much GreenSock it solved all my problems . i make it auto play and i'm trying to controlling it with scroll handler, https://codepen.io/ouis/pen/porgmyx is there a way to make the slider scroll passed on how much px the user wheel the mouse
  7. thank you Cassie for the quick replay , the article was very helpful . I have used gsap in several projects with react js , but i have an issue with implementing this piece of code. I'm trying to build an auto play slideShow , and it's stop playing in hover , with scroll control to the slideShow. this is a simple exmple: https://codepen.io/ouis/pen/bGrEvzV
  8. hi how can i implement this effect with react js ?
×
×
  • Create New...