Copy link to clipboard
Copied
Hello,
I have written a Javscript for frame by frame SVG Animation using artboards as frames.
It's free to use. It has a tutorial in English and German. And it comes with some examples. Have fun with it.
See
https://www.behance.net/gallery/124761797/Javascript-for-Illustrator-FrameByFrameSVGjsx
Copy link to clipboard
Copied
Hi @Parts4Arts, thanks heaps for sharing your script. I've had a quick play with it and I love it. Very clever idea, too! 🙂
Will definitely make donation if I end up using in a job.
- Mark
Copy link to clipboard
Copied
Hello Marks,
I'm glad, that you like the javascript. Please let me know, if you have a wish to make it even better. I will do a second version soon with some changes to make the svgs smaller.
Best regards, Jens.
Copy link to clipboard
Copied
That's great, Jens. I'll keep my eye out for the new version. My only first-off suggestions are to (1) add option to set the animation-iteration-count and (2) maybe also to cleanup the exported svg files afterwards so it only leaves the animated svg file.
Bringing the file size down is always a great idea. I noticed there was a huge file size difference in your sample files—between 35KB and 5.1MB. In my test I made a little character with body parts that were symbols. The file repeated the symbol definitions for each frame, so that would be an instant savings. I'm sure that's the sort of thing you had in mind.
Anyway, thanks again, very impressive idea!
- Mark
Copy link to clipboard
Copied
Oh I guess another nice thing to be able to set would be the timing of individual frames, ie. user gives an array of seconds (or percentages) and script converts into percentages for the green numbers in the css:
@keyframes frame-1 {0% {opacity: 1; }10% {opacity: 0; } }
Copy link to clipboard
Copied
Yes. I have simular ideas. But I have to create an UI for this and save the settings for a repetition of the export. (So much ideas ... so little time.) I will do it, step by step.
The Updates will be found in here and on https://www.behance.net/jensulkriebel
- Jens.
Copy link to clipboard
Copied
The new version 1.7 is available (ZIP-Archive, 28.5 MByte).
You can find more Javascripts at https://www.behance.net/jensulkriebel
Copy link to clipboard
Copied
The link is no longer working. Can we get a new one?