Jump to content
Search Community

MartyG

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by MartyG

  1. Hi everyone, I am trying to have a hover trigger a sequence of animations on different elements in an SVG. The goal: hover over the volcano, and cause these elements to appear in sequence: lavaPlume, cloud2, and textVol. On mouseout, they disappear (in reverse order or all at once). I can animate a single element, but adding multiple elements into the function gives me an error: jeep-test19.htm:41689 Uncaught TypeError: gsap.to(...).to is not a function I also need to have three volcanos, each of which work the same (only the text differs). I have a feeling I am committing some syntax error on stringing together the subactions under "action" function. Many thanks!
  2. Oh this is perfect! That's just what I'm looking for, thank you!
  3. Hi GSAP experts! I have a car that is moving along a switchback path, moving back and forth like it's going up a mountain. I've broken this animation into several segments, using autoRotate: true when the car moves to the right, and autoRotate: 180 when the car moves to the left (so it isn't upside down). Unfortunately, this means the car is moving backwards when moving to the left. I've tried rotationY: 180 on these segments but it has no effect. The animation also is not very smooth: it's obvious that it's been broken into segments. Many thanks!!
×
×
  • Create New...