Team:Grenoble/script
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 213: | Line 213: | ||
} | } | ||
} | } | ||
- | + | ,show:function(){ | |
+ | var c=q,a; | ||
+ | a=c.img; | ||
+ | a.fileDim={ | ||
+ | w:a.naturalWidth||a.clientWidth,h:a.naturalHeight||a.clientHeight | ||
+ | }; | ||
+ | c.redim(); | ||
+ | if(c.fadeIt){ | ||
+ | z(c.img,1,0,c.opt.fadeOptions) | ||
+ | }else{ | ||
+ | p(a,1) | ||
+ | } | ||
+ | } | ||
}; | }; | ||
r.bgMax=q | r.bgMax=q |
Revision as of 11:53, 12 July 2012