Jump to content
Search Community

Semih

Members
  • Posts

    15
  • Joined

  • Last visited

Recent Profile Visitors

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

Semih's Achievements

  1. I applied it but the problem seems different. You can see it if you check it on stackblitz. The secondText ref disappears during part of the animation. Normally it should go in an infinite loop https://stackblitz.com/edit/stackblitz-starters-z2kwtb?description=A create-react-app project based on react and react-dom&file=src%2FServices.css,src%2FApp.js&title=React Starter
  2. I use animation and gsap scroll trigger. Normally, it should cover the entire screen horizontally and loop infinitely. But sometimes the animation gets interrupted, can you help? https://stackblitz.com/edit/stackblitz-starters-z2kwtb?description=A create-react-app project based on react and react-dom&file=src%2FServices.css,src%2FApp.js&title=React Starter
  3. When I scroll down using ScrollTrigger, I want the blocks and vectors to change sequentially. However, I'm getting stuck only on the first block. What should I do to continue? https://stackblitz.com/edit/stackblitz-starters-kkrasz?description=A create-react-app project based on react and react-dom&file=src%2FApp.js,src%2FServices.css&title=React Starter
  4. I want GSAP to animate the opening of the block on the left when I hover over it, and I also want the background images to change with animations based on their IDs. https://stackblitz.com/edit/stackblitz-starters-kkrasz?description=A create-react-app project based on react and react-dom&file=src/App.js,src/Services.css&title=React Starter
  5. I want it to be cut as you see in the video. For me, the clip is cut off in almost half of the image and this creates an ugly image. If you watch the video you will understand. I don't think I can explain this. Compare my project and video
  6. https://stackblitz.com/edit/stackblitz-starters-ffhp6d?description=A create-react-app project based on react and react-dom&file=src%2FApp.js,src%2Fstyle.css&title=React Starter I applied scrolltrigger to the header page with the clip path, but the image is cut differently in the video I posted. I couldn't solve this problem output(compress-video-online.com) (1).mp4
  7. Sorry, I posted the wrong gsap code. I changed the code. I encounter this problem when I add the responsive feature to the Gsap code. First set it to 1100px and then reduce the screen size. you can see the error... https://stackblitz.com/edit/react-clkzur?file=src%2FApp.js,src%2Fstyle.css
  8. Hello, when I use this gsap feature and minimize the screen, I encounter this error. I want to use this feature on mobile in my own project. But I don't know how to solve this error Maximum call stack size exceeded RangeError: Maximum call stack size exceeded https://stackblitz.com/edit/react-clkzur?file=src%2FApp.js,src%2Fstyle.css
  9. Hello, I saw such an animation, but I couldn't figure out how to do it. How can the image turn into a triangle when going down? dsfffdfd.mp4
  10. Hello, I want to make this animation, but I don't understand how to do it. Can you make this animation for me? ooo.mp4
  11. Oh thanks . I appreciate you helping me solve my problem, friend. :)))
  12. Hello. I want to use two situations in React: If the media is smaller than 800px, the pin issue will be disabled, and if it is larger than 800px, the code I wrote will work, but I can't manage it. https://stackblitz.com/edit/react-tyfakz?file=src/App.js
  13. Hello, I animate using image pinning and movement within the image, but I am having a problem when trying to use it in my React js project. When I move the scroll to the start-pin, the picture goes directly to the end. I couldn't solve this problem. Could you please help?
×
×
  • Create New...