var fDesc=new Array(); fDesc[0] = "SYNFIG STUDIO
Open-source 2D animation software
Layers
Synfig supports a multitude of layers of various types; geometric, gradients, filters, distortions, transformations, fractal and a few others.
Bones
Full-featured bone system allows to create cutout animation using bitmap images or control your vector artwork. The Skeleton Distortion layer allows to apply complex deformations to bitmap artwork.
Sound support
Synfig has basic features for syncing your animation with soundtrack using Sound Layer. Linux users can get all benefits of full-featured audio editors through the JACK integration."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }