Convert GreenSock SVG Timeline Animations to GIF
- Add
SVG2GIF.min.jsto your project using a normal JavaScriptscripttag. - SVG2GIF renders SVG animations animated inline with GreenSock TimelineMax.
- You must add a class name to the SVG tag you want to convert.
- If you don't already, you should create a main timeline and add all and any of your timelines to it
- Ensure that
repeat:0is set on your timelines so that it plays only once - In the
varsfor the main parent timeline add inSVG2GIF:true- this notifies SVG2GIF that this is the timeline you wish to render. E.g.var mainTl = new TimelineMax({repeat:0, SVG2GIF:true});
- HTML2Canvas
- Gif.js
- GreenSock's Draggable
- GreenSock's TweenMax