| DIR: /home/dhnidqcz/pragmaticsng.org/wp-content/plugins/e2pdf/vendors/svggraph/templates/ |
| Current File : /home/dhnidqcz/pragmaticsng.org/wp-content/plugins/e2pdf/vendors/svggraph/templates/fade.txt |
function fade() {
var f,f1,e,o;
for(f in fades) {
f1 = fades[f];
if(f1.dir) {
e = getE(f1.id);
if(e) {
o = (textAttr(e,'opacity') || fstart) * 1 + f1.dir;
setattr(e,'opacity', o < .01 ? 0 : (o > .99 ? 1 : o));
}
}
}
setTimeout(fade,50);
}
|