Jump to content
Search Community

Rich Deane

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Rich Deane

  1. Ignore that last post... I am being an idiot - i wondered why I couldn't get this code to work in my live site, and it's because I forgot the MorphSVG plugin js... AAAAAAHHHH....
  2. A quick follow up @GreenSock, or any one else that would like to assist... I further optimised html but having a single svg with all the available paths inside, rather than having that multiple times. The svgs I am having multiple times throughout the page have a single path that is morphed... Anyway, I adapted the code from above but for some reason, the svgs only go through one cycle, not endless as expected. Can anyone see why that would be the case? https://codepen.io/qtrichierich/pen/jOGKJXd Thanks in advance,
  3. Thanks heaps @GreenSock, a much more eloquent approach - and you're totally right about IDs, it would be invalid, all the examples I had seen with MorphSVG had used id's inside the svg so thats the route I took! haha! I really appreciate your feedback & input!
  4. I have a page with a few (maybe up 6 or 7) random blobs and I want to animate them randomly, not tied to page scroll, just over time. I have created the SVG with multiple states so that I can use MorphSVG to change the blobs over time. Is there a better way of doing this? I just don't want to be inefficient in the approach that I choose... For context, the page that these will end up will have some split text animation and some simple ScrollTrigger reveal type animations also. Thanks in advance,
  5. On the home page, this section is a discrete parallax animation and on mobile, this section the title is sticky until that section is scrolled past...
  6. Thanks @OSUblake, I am a long term lurker, first time poster! i figured that would be the case... I will get a minimal demo sorted... With that said, how do the animations appear for you on your end?
  7. Hi There, I am working on site where there are two simple GSAP animations based on Page Scroll and one based on click event… On some occasions, the scroll animations are a little jumpy and I wonder if I have implemented correctly or if there is a better way of doing things. I assume is due there being Timelines using ScrollTrigger. Also, the menu animation on mobile is quite jumpy, I’m not sure if it’s speed or something else. I would love an expert to take a look at see if there was a better way of implementing. https://motatapu.rdstudios.dev if need be, I can create a minimal demo, but the animations themselves work just fine, it’s when being used on the same page. Thanks in advance, Rich
×
×
  • Create New...