Thu, 2015-05-14 11:35
Hello All,
I have a svg file with multiple layers. Need to animate this so that all layers play one after another sequentially.
While researching on how to get this done I got to know that this can be done using CSS with an option called @keyframes.
Problem is, I have no idea of how to code. Can you guys guide me on how to get about this..
For reference, using the links below, you can download the svg file and also the swf file as an example animation.
SVG:
https://drive.google.com/file/d/0B3eUUsjZSAUTc292dURiUXhuSXM/view?usp=sharing
SWF:
https://drive.google.com/file/d/0B3eUUsjZSAUTcTFLbkEzbEVwU3M/view?usp=sharing
The final output file needs to be an animated svg with the exact dimensions as provided.
Thanks & Regards.