-
SVG/Vector objects to After Effects?
I have an animated graph in my Browser from which I can generate SVG images. The SVGs contains circles that change in size and position as well as some static elements. All of these can be in their own layers.
Is it possible to import these SVGs to After Effects (Perhaps via AI) so that I can recreate the animated chart for further post-production?
Or should I instead write a JSX script that implements the whole chart / data handling – which would be quite time-consuming …?
Example:
Suppose I have 5 SVGs that correspond to the years 2011-2015. Each file has 15 circles in separate layers with names such as Company1, Company2 etc.I’d now like AE to place these after each other on the timeline. If AE could also recognize that the Company1 vector object in the 2011 svg/ai file is the same as Company1 in the 2012 file – so that I could adjust a motion tween – that would be awesome!
Is this conceivable?