Team:Dundee/Template/testpage

From 2014.igem.org

(Difference between revisions)
Line 232: Line 232:
     $('#welcomeNote').appendTo("body").modal('show');
     $('#welcomeNote').appendTo("body").modal('show');
     $("#welcomeNote").modal();  
     $("#welcomeNote").modal();  
 +
 +
    $ ('.bName').css("opacity", "1");
 +
     
      
      
Line 277: Line 280:
library.node.setAttribute("class","detail");     
library.node.setAttribute("class","detail");     
 +
 +
var t =paper.text(180, 150, "School"); 
 +
t.attr({ "font-size": 35, "font-family": "Arial, Helvetica, sans-serif","opacity":"0" });
 +
t.node.setAttribute("class","bName"); 
 +
   
 +
var t =paper.text(480, 150, "Library"); 
 +
t.attr({ "font-size": 35, "font-family": "Arial, Helvetica, sans-serif","opacity":"0" });
 +
t.node.setAttribute("class","bName"); 
 +
   
 +
var t =paper.text(840, 150, "Saloon"); 
 +
t.attr({ "font-size": 35, "font-family": "Arial, Helvetica, sans-serif","opacity":"0" });
 +
t.node.setAttribute("class","bName");
var section = 1;
var section = 1;

Revision as of 15:10, 8 August 2014

Dundee 2014