Jump to content
Search Community

delios

Members
  • Posts

    4
  • Joined

  • Last visited

delios's Achievements

  1. Oh, yeah that makes a lot of sense, still playing with GSAP stuff and while surfing the forums, I see there are a lot of logic issue like this one which I guess makes sense within such a powerful tool ?‍♂️ Thank you very much for your help!!
  2. Hello! I have this (in the codepen) ScrollTrigger landing page, at the very bottom of the script I commented a line "Breaks the thing", well if you remove the following lines, it ... un-breaks the thing. So what I want is an horizontal scroll of cards. I figured out I'd pin another container and make it horizontal but that doesn't really work apparently, plus it breaks all. I'm really new to horizontal scrolling (and GSAP lol) and this is probably a big logical mistake, if you have any lead on how to do that, I'll take it Thank you
  3. https://codepen.io/deliqs/pen/xxyrbjQ I made a Codepen, I have 2 things I tried doing for quite a few hours now, messing with the start and stop of the ScrollTrigger to start the animation a little bit before, right now I feel like there is a blank screen for a long time which is not very intuitive, but when I miss with the second value (or both values) of "start", it changes the pin placement and I don't want that. And the make-a-part-longer thing, which I would like to be displaying the text before the screen gets black for more pixels, but if I got what you said right, it's not really possible without adapting the whole ScrollTrigger ?! EDIT: Fixed the pin thing, just had a logic issue which I fixed by simply making the "sereniteSection" min height to screen, adding a div with the texts inside and placing this div like I wanted... Thank you very much for helping!
  4. Hello, So I have a Timeline with a ScrollTrigger, scrub, pin, that goes on 1000px (end +=1000px), and I would like a part of this timeline (a "to") to last like 200 more pixels so that part lasts longer, any idea on how to do that ?" I'm saying "last 200 more pixels" because I think that would be how to extend the duration of a scrollTrigger'd TL part but if that's a logical mistake, I will obviously take any other solution. Also, about the "pin", I noticed the content of the pin...get pinned at the second parameter of "start" (e.g: start: "top 20% <-"), any idea on how to modify where it's pinned without modifying the start of the scrollTrigger ? Thank you very much! PS: I can provide a codepen eventually tomorrow but I guess my first question can be answered "easily"...
×
×
  • Create New...