-
Looking for a way to animate a dynamic web
The idea is to have a set of lines connected to circular nodes that changes position. Think of molecules, but more of a 2D web. First, I moved the nodes individually (in one layer), then I put each line on its own layer. Although now I realize that it’s more than just position that I’m animating, now it’s also rotation, and I also need to change the length of the lines. I’m not sure how to lengthen the line without scaling (which changes the stroke size), since I need to re-fit the line to the new space between the moved nodes.
After trying the first line, I realize that it’s not just the scale that I need a solution for. Since the ends of the lines aren’t attached to the nodes, there are breaks or gaps between the ends of the lines and the circular nodes before they reach their final position. There has got to be a better way to do this. Would it be possible if the lines and nodes were all one shape and then use the puppet pins for the movement? I’ve never done that before and would love to know if something like that would work.
I would love any help or guidance. Thank you.