Jump to content
Search Community

Sukru

Members
  • Posts

    149
  • Joined

  • Last visited

Recent Profile Visitors

1,741 profile views

Sukru's Achievements

  1. Sukru

    ScrollTo pin & anchor

    @Rodrigo Hello again, it is there in the installation, yes it is there, but when redirecting with href, #id, it goes with href in the examples he gives. However, I am shown as before and after. I thought it was dynamic, is it possible to do this in your own example?
  2. Sukru

    ScrollTo pin & anchor

    Thank you very much @Rodrigo It's perfect now but when you click on the buttons the content doesn't go away. What could be the reason?
  3. Hello, I did what I wanted to do, at least partially, but I could not make it work as I wanted. When I scroll to the next section, I cannot change the number, but I could not go back to the previous section and did not change the numbers in the buttons. Can you help me?
  4. Sukru

    horizontal layer pin

    Hello @Rodrigo With your example, I made my own vertical info section. Actually, the only thing I want to do here is for all the info sections below to appear first and for the content to appear when the order comes. https://codepen.io/sukruemanet/pen/qBgzLze
  5. Sukru

    horizontal layer pin

    @Rodrigo What I actually want to do is to place the .horizontal-item divs side by side in the first div with an offset and expand the content area as you scroll. In the example I made, they actually come next to each other, but there is no content expansion. There is a similar example here. https://www.brooklyneditions.com/ "Services designed to meet the needs of professionals" section.
  6. Hello, I have two problems with horizontal pin scroll. First of all, the atrium is now in place and as it should be, but when the atrium is done, it should be attached to the left, I could not achieve this. The second problem is that the width of the next panel must be 100%. Can you help me with this? I tried to explain what I actually mean in the example image.
  7. Sukru

    Draggable Content

    Hello again, @GreenSock I know I've made this topic too long, I took your suggestions into consideration and edited my code, I'm just moving the wrong part. .ticker moves instead of .ticker-content how can I solve this? Can you help with the example below? https://codepen.io/sukruemanet/pen/poGqJVW
  8. Sukru

    Draggable Content

    @ryan_labar Thank you, Of course, I can help with that! You're experiencing a couple of remaining issues with the visual height, where the dragging gets clipped from the right and left edges, and the loop behavior is disrupted. https://codepen.io/sukruemanet/pen/poGqJVW
  9. Sukru

    Draggable Content

    Hello, I made draggable content, but there is a problem in my code to move it by dragging left and right, but I could not solve it. Can you help with the Codepen link? //Draggable Start let tickerElement = document.querySelector(".ticker"); Draggable.create(tickerElement, { type: "x", edgeResistance: 1, bounds: ".ticker-slider", onDrag: updateTickerPosition }); function updateTickerPosition() { let newPosition = tickerElement.getBoundingClientRect().left; gsap.set(".ticker-content", { x: newPosition }); } //Draggable End
  10. @GreenSock I know you helped me, thank you very much. Yes, there is a structure among the options that works with the function I want, but when I added it to the project, it did not work stably and some problems arose. And then I tried the text version without any problems and it worked very well. Actually, the reason I insisted was to add draggble for this example. I wasn't aware there was a fee for this so I apologize. Should I get a "GSAP Premium" membership for this? Or should I open a job on a freelance forum?
  11. @GreenSock I'm talking about this example. I can't add this to draggable. https://codepen.io/sukruemanet/pen/mdvQXqJ
  12. @GreenSock I want to swipe with Gsap draggable as in the example below. https://codepen.io/GreenSock/pen/WNPYjOp
  13. @GreenSock hi, I didn't do the Draggble process, I just have this problem left. I can't switch by moving right and left.
  14. @GreenSock Thank you very much, This option was better for my project. The only thing missing was draggable. I tried a few times but it didn't work. Finally, can you help with this? https://codepen.io/sukruemanet/pen/mdvQXqJ
  15. Yeah Yes, thank you very much, it's a good example, but it's a good example to repeat. I couldn't add draggable and it starts from the far right and goes to the left, what I mean is that it starts immediately. https://codepen.io/sukruemanet/pen/VwgVmYR
×
×
  • Create New...