I have an SVG file that contains several discrete paths. I want to animate an object moving along each path. I have been playing with the Geomeratives library, and it seems to have the functions for dealing with the paths, and allowing me to place an object at a specific point on the path, but I can;t seem to figure out how to get a specific reference to each path from the SVG. I can't get the SVG into a sketch as a shape, but then the paths are all grouped together. Any suggestions or examples would be greatly appreciated.
i have been trying to use the ijeoma tween or motion library and have found it very useful. i am struggling however with what i think should be a simple action. whenever i try to use the setEnd method on a tween it doesn't seem to take effect. does anyone have a working example with taht library using setBegin and setEnd that they could share with me?