Team:Grenoble/script
From 2012.igem.org
(Difference between revisions)
Line 78: | Line 78: | ||
this.to=a!==undefined?a:1; | this.to=a!==undefined?a:1; | ||
var e=this.elem.style; | var e=this.elem.style; | ||
- | var | + | var toto=if(!e.opacity){ |
+ | if(e.opacity!==0){ | ||
+ | this.to>0?0:1; | ||
+ | }else{ | ||
+ | parseFloat(e.opacity); | ||
+ | } | ||
+ | }else{ | ||
+ | parseFloat(e.opacity); | ||
} | } | ||
- | this.from=(b===undefined? | + | this.from=(b===undefined?toto:b); |
d=d||{}; | d=d||{}; | ||
this.duration=d.duration||500; | this.duration=d.duration||500; |
Revision as of 16:23, 12 July 2012