I have spent quite a bit of time going between snap.svg and jquery.svg trying to work out how to animate the following:
- An arrow that draws but leavs it's tail trail behind it
- Arrow has 90 degree bends but is on a curve
So I got the path animation worked out, well for a circle and line with a bend in it so far. But the arrow that moves and leaves the trail behind it is prooving problematic (tail is thinner than arrow head). jQuery SVG allows me to not clear the canvas so to speak and thus I can create the trail however it's Snap.animate I have worked out to use for animating along a path.
So question is out to the world.
Q1. Which is best to use? snap.svg or jquery.svg
Q2. Any ideas on how to achieve my animation would be much appreciated.
Thanks
Darcey