Difference between revisions of "Template:Toronto/Javascript"

Line 12: Line 12:
 
     }
 
     }
 
});
 
});
 
//failed attempts//
 
 
//var prop=0;
 
 
$(window).scroll(function() {
 
 
prop= ($(window).scrollTop() + $(window).height()/$(document).height());
 
    $("#nugget").css('opacity') = prop.toString();;
 
    $(".testtext").css('opacity') = (1-prop).toString();;
 
 
}//
 
  
  

Revision as of 21:28, 8 August 2016