Difference between revisions of "Team:Dalhousie/test5"

Line 28: Line 28:
 
$(window).scroll(function() {
 
$(window).scroll(function() {
 
if ($(window).scrollTop() > 30) {
 
if ($(window).scrollTop() > 30) {
$('#scroller').addClass('stuck', 50);
+
                                        $('#scroller').fadeIn("slow", function() {
 +
                                                $(this).addClass('stuck');
 
} else {
 
} else {
 
$('#scroller').removeClass('stuck');
 
$('#scroller').removeClass('stuck');

Revision as of 18:09, 10 September 2017

Welcome to Dalhousie's 2017 iGEM wiki
Some controls

Sponsor area