Jump to content
Search Community

phoenixwebb

Premium
  • Posts

    5
  • Joined

  • Last visited

Everything posted by phoenixwebb

  1. You guys are simply amazing. This really is the best forum out there. Thank you @Carl
  2. I have a for loop that I'm using to morph two complex SVGs. This animation will morph several paths to other paths and return the color of each path. This piece works very well. However, I incorporated a loop for scrolling in leveraging ScrollMagic, and I can no longer seem to get the "fill" property for each of my SVG Paths. You can see the code I am struggling with below the first one. I have commented out the JS lines that are causing my error, it the morphing works correctly, but I can seem to find the "fill" elements for each of my paths so that I can pass them to the MorphSVG. Any help is appreciated and I'm sure this is a Newbie question, so I apologize in advance. with this codepen (below) with the error.
  3. I'll withdraw the question, but wanted to post the solution in case someone else runs into the same issue. I was able to use the forum to find a solution I could get to work.
  4. I just posted my first question. Then I was browsing the forum and saw your post. I hope to be writing a post like this in 12 months. Awesome, Inspiring & Motivational. Thanks!
  5. I have a for loop that I'm using to morph two complex SVGs. This animation will morph several paths to other paths and return the color of each path. This piece works very well. However, I need to be able to call this function on ScrollMagic. The problem I face is that I cannot figure out how to execute the "for loop" within the tween. I'm basically trying to combine my codepen (below) with this codepen (below) I know this is probably very easy, but I just can't seem to figure this out. Can anyone please help?
×
×
  • Create New...