Difference between revisions of "Template:Freiburg/wiki content start"

Line 26: Line 26:
 
       if (y > 60 ) {
 
       if (y > 60 ) {
 
         //console.log('right out');
 
         //console.log('right out');
         $blob.css({"display":"inline", "transform": "translateY(130px)"}); // = 30 px inside right
+
         $blob.css({"display":"inline", "transform": "translateY(0)"}); // = 30 px inside right
 
       }
 
       }
  
Line 32: Line 32:
 
       if (y <  60) {
 
       if (y <  60) {
 
         //console.log('right in');
 
         //console.log('right in');
         $blob.css({"transform": "translateY(0)"}); // = 100 px outside
+
         $blob.css({"transform": "translateY(130px)"}); // = 100 px outside
 
       }
 
       }
  

Revision as of 16:17, 10 September 2015