Jump to content
Search Community

VectorVictor

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

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

VectorVictor's Achievements

5

Reputation

  1. Thank you for all of your help today. I'll check out that thread. The morph feature looks interesting- I'll also look into that.
  2. Yes, exactly. I haven't been able to interact with (that is, animate) the SVG unless I include the whole text inline. The <img>, <object>, <?php> injections haven't worked for me with GSAP.
  3. @PointC, it worked! Now- this is a bit beyond the scope of the forum, but do you know of a clean way to call the .svg file by name rather than having me clog up my 'index.html' file with 1600 lines of gobbledygook? https://codepen.io/whatsyourvectorvictor/pen/XWmOVgE
  4. Roger, Roger! This is precisely what I was looking for. I'll throw it at my big project and tell you how it worked. Cheers!
  5. Hello World, I'm brand new to GreenSock and am eager to make some cool-looking animations. What I really want to do is to create a 'flipbook' of sorts where each of the individual paths in an SVG will appear and disappear in sequence, simulating motion. For this project, I can't use the fancy translation/rotation tools on a single object- each path is distinct. I put together a non-working toy example in CodePen and have been hitting the wall. My thought was to stagger changes in opacity (on-off). If this animation works, the toy example will show no more than one line at a time and will simulate the rotation and slight translation of a line. I might be able to put together a kluge in CSS, but the final object of this project will be a 300-path SVG file, so I'd prefer something that's natively able to loop through the paths. Thank you in advance for any help you can throw my way!
×
×
  • Create New...