Jump to content
Search Community

TrulyNewbie

Premium
  • Posts

    78
  • Joined

  • Last visited

Everything posted by TrulyNewbie

  1. Hi, I'm moving from Locomotive to ScrollSmoother. When my testimonial changes size, the area beneath the footer is huge. Or when I resize a text box I have the same problem. So is there a version of "locoScroll.Update", "locoScroll.Start" and "locoScroll.Stop" for gsap? $('.testimonials').on('afterChange', function(){ locoScroll.update();ScrollTrigger.refresh(); console.log("after") }); I've read the docs, but maybe I'm not searching for the right terms
  2. Hi, Because of the new (BRILLIANT) plugin, ScrollSmoother, I thought I'd try it on a horizontal scroll. But I'm unable to put a div before the horizontal scroll and afterwards? Could someone please point me in the right direction? Thanks again https://codepen.io/PointC/pen/YRzRyM - Forked from
  3. Thanks for taking a look at this. On wordpress we put the script in our header. Do you think that's not best practice?
  4. I just replaced the scripts I had 3.9.1 to 3.10.1 and I added smooth scroll (just like the in the video) and it just broke
  5. Hi, how do i find my collection of likes? I click the love icon on things I wish to read but I don't know where to locate the list
  6. Hi, I want to snap each section as I scroll. But since I've added locomotive scroll, it no longer works. I've read a bunch of threads and tried to figure it out myself, but I can't find a working solution. I'd appreciate any help! Thank you (again and again)
  7. Thank you! For anyone else who may have this issue: https://codepen.io/NewbieRuby/pen/rNYejNb
  8. Hi, I've been playing around with horizontal scrolling, and I've encountered a problem. How do I scroll trigger horizontally? I was following the codepen I attached, and I've checked the forum, butI can't seem to find a solution. I want to animate each div as it comes in from the right. Thank you for any help!
  9. Hi, Thank you! Yes I'm aware of that, thank you ?
  10. Hi, so I've been trying to work on this all day to no avail. So what i'd like to do is simplify this codepen. It's exactly what I need but the reversed scroll overcomplicates it for me. I tried to remove it, and it broke. Thank you for any help you can give me.
  11. TrulyNewbie

    Stacking divs

    Hi, I'm trying to replicate this websites sticky element - https://www.graysdegree.show/graduate-2021/kerry-todd But I'm having trouble. I'm not sure if I've over complicated my code but I'd appreciate any advice/direction etc Thank you
  12. @PointC Haha yes I did! Thank you for your help. This is perfect. Thanks again
  13. Hi, I've been trying to figure this out on my own, but I'm still stuck. I used @PointC code pen - https://codepen.io/PointC/pen/xqqyaE But my question is on click, how do I animate h5 to slide in left, and h3 to slide in right on entry AND exit? I tried a timeline array and it didn't work very effectively. Thank you
  14. Thank you so much. I've never used a map before. Thank you
  15. Hi Cassie, thanks for your help. I took your advice (thanks!), but I have 3 more questions. How do I slow it down on hover? & How do I move the cursor faster than the image? and how do i inverse the direction? so up is down, left is right. I tried this: https://codepen.io/NewbieRuby/pen/bGoaqVg and this https://codepen.io/NewbieRuby/pen/gOGogBO Thanks again
  16. Hi, so I'm trying to mimic this style: https://www.rvlt.net/gallery I know I need to invert the movement, but I just don't know how to make it feel like same as the websites. I'd appreciate any help! Thank you
  17. Ok I think I've figured it out - https://codepen.io/NewbieRuby/pen/gOxqEyv Thanks again!
  18. Sorry.. I do have one more question. Why wont my animation reset on EnterBack/LeaveBack? https://codepen.io/NewbieRuby/pen/gOxqEyv
  19. Thank you thank you thank you! It works perfectly! Thanks again ✨ @Cassie
  20. Hi @Cassie I don't think it is. To be honest I'm a little confused with the function elem part. I'm going to play around with it and try and figure it out. Thank you for your help
  21. Hi, So I have 3 identical divs (with different content), and I want an animation to play when each div is scrolled into view, and a different animation when it's scrolled out of view. I tried so many ways but I just can't seem to get the correct code. Thank you in advance
  22. TrulyNewbie

    ScrollTo

    Hi, I'm not sure if I'm in the right place, but I'm building my portfolio on wordpress using gsap and locomotive scroll, and I want to feature a scrollTo anchor. So in my example you click the word work and it scrolls to another page in the section. But my issue is that when it arrives to the section, the page has not loaded properly at all. The section I want to scroll to is at the top and the page is empty. I think I need an event listener, but I've tried everything I know and I'm still stuck. Please Id appreciate any type of help Thanks
  23. Hi, I want to stagger each h5 in an array, but it doesn't seem to work. Please can you show me where am I going wrong?
×
×
  • Create New...