var fDesc=new Array(); fDesc[0] = "Animate, bend, distort and loop a selected part of any image by drawing an outline around it, and then a second outline to define the shape to be molded into.
Any kind of image can be distorted and animated - particularly effective for things like text, logos, and photographs of people etc.
The animation effects available include: continuous flowing motion, and simple to-and-fro motion - both of which can be applied to any sort of distortion and looping that you can come up with.
Examples of animations built with Sqirlz are available on the examples page. Not all of these can be built with Sqirlz Lite, but those which can are indicated."; 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 = ''; } }