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 toto=if(!e.opacity){
+
         if(!e.opacity){
             if(e.opacity!==0){
             if(e.opacity!==0){
-
                 this.to>0?0:1;
+
                 var temp=this.to>0?0:1;
             }else{
             }else{
-
                 parseFloat(e.opacity);
+
                 var temp=parseFloat(e.opacity);
             }
             }
         }else{
         }else{
-
             parseFloat(e.opacity);
+
             var temp=parseFloat(e.opacity);
         }
         }
-
         this.from=(b===undefined?toto:b);
+
         this.from=(b===undefined?temp:b);
         d=d||{};
         d=d||{};
this.duration=d.duration||500;
this.duration=d.duration||500;

Revision as of 16:25, 12 July 2012