Jump to content
GreenSock

Androlax

Members
  • Posts

    25
  • Joined

  • Last visited

Recent Profile Visitors

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

Androlax's Achievements

  1. By the way, if you want something from me (money or anything else) to thank you for your time it would be my pleasure @akapowl
  2. Great, thank you very much, I will look at this in my project and see what it looks like, however, I can put the section in 100vh to make it easier. Thank you again for the help, unfortunately I still know very little about GSAP so I'm quickly limited as I don't have the full spectrum of how it can work, the limitations etc... If ever I can't get what I want, or at least a working version, I'll go to the freelance side (GSAP & Freelance), I've noted everything that has been said. Thanks again!
  3. Hey @akapowl, Of course I understand. I tried my best to find a solution with this parallax section, I feel like it will be kinda complicated I tried to remove the 'overlay reveal effect' effect, to do this horizontal scrolling thing but It bug for some reason. It is obviously possible for me to pay someone (how much?) to help me with this problem. You have already helped me a lot, if you are interested, it would be nice to be able to return the favor
  4. Hey, got another little problem. You will find it on the codepen, I want to have a horizontal scrolling section (you will find it in pink in the codepen), but when the scroll is on the pink section, the little red boxes start to translate to fake the horizontal scrolling but the pinned pink section does not stop. If I pin the horizontal scrolling to the pin of the section it does strange thing. Is there a thing to make both works ? So when the scroll is on the pink section, it scroll horizontally and then the pink section will stay there and wait for the user to scroll completely horizontally. Thanks you again GSAP for your help ❤️
  5. Alright you are a genius ! (That was the easiest thing and did not even think about it aha)! Thanks you a lot again !
  6. Thanks you a lot @akapowl, For the `start: bottom bottom`, It will break only if the section is not `100vh`. I updated your pen there : https://codepen.io/th-o-benoit/pen/PoJBewR You can take a look at the green section, when we scroll to it, it works well, but when the section is ended, the text inside the section is translating too. Is there a way to resolve that ? Again, thanks you for your time ❤️
  7. Yeah of course you can't see it without a little demo aha, I made up a little minimal demo : https://codepen.io/th-o-benoit/pen/ExwpQee As you can see I changed the `start: top top` to `start: bottom bottom` => It breaks if there is a little section (look at the green section), it moves the text inside And another one, I have a section on top with an image on right, and texts on left, I want the image to be pinned till the text is scrolled down entirely (It make it break so) Do you see the problem ? (there are both problem I guess, because the second one is not working even with the `start: top top` Edit: Maybe it has something to do with the `pinnedContainer` option?
  8. Alright, it works pretty well, thanks you. Got a problem on a real world example, if the section have some more content, It will not work properly, I presume I will have to adapt the `end` option ?
  9. Hello @akapowl I updated the codepen : https://codepen.io/th-o-benoit/pen/QWqBame I misunderstand how this can working there 😕 I think I don't quite understand how everything works here
  10. Hey, I have a problematic with LocomotiveScroll & GSAP, I would like each section to show on top of each other while scrolling basically like this https://codepen.io/JackiePaper/pen/mdPvGPK?editors=1010 It's working well with the ScrollTrigger.create(xxx) if I remove `data-scroll-section` on each section with LocomotiveScroll (because this one manage the transform of the section). A website have done it pretty well there : https://clar.dev/ I tried to reverse engineer this, but could not find for now how they did this. If you have any idea on this problematic
  11. Hey GSAP ! I have a little question. On the codepen the scrollTrigger is not triggered properly after the section scrolling horizontally. I feel like it's triggering while scrolling to bottom when we are in the horizontal section because scrollTrigger is "thinking" we are at the start point to trigger the animation of the next animation "My super title". I imagine I have do calculate more precisely with something like : `start: 'xxx xxx+={OUR CALCULATION HERE}` But I don't know what the `{OUR CALCULATION HERE}` or if there is any other way to do that. Thanks for your help.
  12. Hey, I did a little animations for a website. As you can see in the codepen https://codepen.io/th-o-benoit/pen/vYeJrNa The animation on the building works pretty well I guess (If you have any idea on how to do it better, don't hesitate) My only problem is the text on the side. It is a long text anyway, If I pin it, it will not be really good I guess (Is there a way to make it looking good ? So the user have the animation on the right side and on the left side the text will scroll with the animation and he can have all the text too). If this is not possible I have an idea like : - Scrolling to the text, when the text end is near, the building start transitioning to the center so we only see the building when the text is finished Or, if you have any other idea, don't hesitate Thanks you a lot
  13. Yeah, I wasn't talking about the animations, I was talking about how I made it (in the super large object), what would have been your approach ? For me, it was the most modular thing (a bit like OOP in php (I go more backend than frontend)). Then maybe it's stupid, I don't know. How would you have done that?
  14. Hello, Thanks again for your reply. The large amount of gradients that you're using make performance a bit hard. It might be good to use less gradients or convert the ones that you can to images/canvas to avoid the performance hit. ---> What do you mean ? How I can do achieve that ? Overall your structure is a bit different than how I would structure it (I've never seen a a huge object and all of this nesting that's not trying to be a generic class or something) but it's not bad. ---> I chose to do this because the animations I do are not really usable for other things than maybe the leaves? (animateLeafs), how would you have proceeded, for example?
×